[PATCH] knfsd: nfsd4 reboot dirname fix
Set the recovery directory via /proc/fs/nfsd/nfs4recoverydir. It may be changed any time, but is used only on startup. Signed-off-by: Andy Adamson <andros@citi.umich.edu> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
c7b9a45927
commit
0964a3d3f1
@@ -50,7 +50,6 @@
|
||||
#define NFSDDBG_FACILITY NFSDDBG_PROC
|
||||
|
||||
/* Globals */
|
||||
char recovery_dirname[PATH_MAX] = "/var/lib/nfs/v4recovery";
|
||||
static struct nameidata rec_dir;
|
||||
static int rec_dir_init = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user