Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119662
b: refs/heads/master
c: e4625eb
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Nov 24, 2008
1 parent 720d57b commit 71c11e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2da2c21d7508d34bc6d600df665d84871b65d2b9
refs/heads/master: e4625eb826de4f6774ee602c442ba23b686bdcc7
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ nfsd4_list_rec_dir(struct dentry *dir, recdir_func *f)
return 0;

nfs4_save_user(&uid, &gid);
INIT_LIST_HEAD(dentries);

filp = dentry_open(dget(dir), mntget(rec_dir.mnt), O_RDONLY);
status = PTR_ERR(filp);
if (IS_ERR(filp))
goto out;
INIT_LIST_HEAD(dentries);
status = vfs_readdir(filp, nfsd4_build_dentrylist, &dla);
fput(filp);
while (!list_empty(dentries)) {
Expand Down

0 comments on commit 71c11e7

Please sign in to comment.