commit | 0add3e8567a42b8137e26c0595a59f893d8592e0 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Fri Jul 27 11:49:26 2012 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jul 30 17:30:24 2012 -0400 |
tree | 5ccc3076793162f73b8d953018875acaf9f9d85c | |
parent | bb6e071f845d32545e3e943058012f328a2e95ad [diff] |
nfs: fix stub return type warnings Fix numerous repeated warnings by making the stub function void instead of non-void: fs/nfs/nfs4_fs.h: In function 'nfs4_unregister_sysctl': fs/nfs/nfs4_fs.h:385:1: warning: no return statement in function returning non-void Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Cc: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>