Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18956
b: refs/heads/master
c: c2642ab
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields authored and Linus Torvalds committed Jan 19, 2006
1 parent 9afdfca commit e2ac6bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d22749b62f3e12de26b86a200f9a5bf7afe3590e
refs/heads/master: c2642ab05b855d2d3b850ddf90dbb02b1b9358ac
7 changes: 4 additions & 3 deletions trunk/fs/nfsd/nfs4recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,10 @@ nfsd4_init_recdir(char *rec_dirname)

nfs4_save_user(&uid, &gid);

status = path_lookup(rec_dirname, LOOKUP_FOLLOW, &rec_dir);
if (status == -ENOENT)
printk("NFSD: recovery directory %s doesn't exist\n",
status = path_lookup(rec_dirname, LOOKUP_FOLLOW | LOOKUP_DIRECTORY,
&rec_dir);
if (status)
printk("NFSD: unable to find recovery directory %s\n",
rec_dirname);

if (!status)
Expand Down

0 comments on commit e2ac6bf

Please sign in to comment.