nfsd4: be forgiving in the absence of the recovery directory
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 2 Jan 2012 22:49:12 +0000 (17:49 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 5 Jan 2012 20:23:19 +0000 (15:23 -0500)
commitb8548894bde94ccee836e210274ff401225e9733
treeac758f12693b60d8b959a290c270d918b0558296
parentaec39680b02ed55fcbb2bc87ad96eba16a651546
nfsd4: be forgiving in the absence of the recovery directory

If the recovery directory doesn't exist, then behavior after a reboot
will be suboptimal.  But it's unnecessarily harsh to then prevent the
nfsv4 server from working at all.  Instead just print a warning
(already done in nfsd4_init_recdir()) and soldier on.

Tested-by: Lior <lior@tonian.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4recover.c