[2.6 patch] fs/nfsd/: possible cleanups

2005-04-22 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - remove the following unused global function: - nfs4state.c: set_no_grace Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/nfsd/nfs4acl.c |4 +- fs/nfsd/nfs4callback.c |7 +--

[2.6 patch] fs/nfsd/: possible cleanups

2005-02-06 Thread Adrian Bunk
The patch below contains the following possible cleanups: - make some needlessly global code static - #if 0 the following EXPORT_SYMBOL'ed but unused function: - nfs4acl.c: nfs4_acl_permission - remove the following unused global function: - nfs4state.c: set_no_grace Signed-off-by: Adrian Bunk