Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nfs: include nfs4_fh.h in nfs4sysctl.c | Stanislav Kinsbursky | 2012-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | Sparse warnings: fs/nfs/nfs4sysctl.c:56:5: warning: symbol 'nfs4_register_sysctl' was not declared. Should it be static? fs/nfs/nfs4sysctl.c:64:6: warning: symbol 'nfs4_unregister_sysctl' was not declared. Should it be static? Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | ||||
* | NFS: Initialize v4 sysctls from nfs_init_v4() | Bryan Schumaker | 2012-07-17 | 1 | -0/+68 |
And split them out of the generic client into their own file. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> |