28 Dec, 2015
1 commit
-
This patch fixes the checkpatch.pl error to nfs4sysctl.c:
ERROR: do not initialise statics to 0
Signed-off-by: Wei Tang
Signed-off-by: Trond Myklebust
24 Apr, 2015
1 commit
-
This file is only used internally to the NFS v4 module, so it doesn't
need to be in the global include path. I also renamed it from
nfs_idmap.h to nfs4idmap.h to emphasize that it's an NFSv4-only include
file.Signed-off-by: Anna Schumaker
Signed-off-by: Trond Myklebust
07 Jun, 2014
1 commit
-
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
02 Oct, 2012
1 commit
-
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
Signed-off-by: Trond Myklebust
18 Jul, 2012
1 commit
-
And split them out of the generic client into their own file.
Signed-off-by: Bryan Schumaker
Signed-off-by: Trond Myklebust