Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18955
b: refs/heads/master
c: d22749b
h: refs/heads/master
i:
  18953: 24646a0
  18951: feb633b
v: v3
  • Loading branch information
J. Bruce Fields authored and Linus Torvalds committed Jan 19, 2006
1 parent 3ea88c7 commit 9afdfca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5fb8b49e2955cc473929c5994b8389111daed59d
refs/heads/master: d22749b62f3e12de26b86a200f9a5bf7afe3590e
3 changes: 1 addition & 2 deletions trunk/fs/nfsd/nfs4recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ nfsd4_list_rec_dir(struct dentry *dir, recdir_func *f)

nfs4_save_user(&uid, &gid);

filp = dentry_open(dget(dir), mntget(rec_dir.mnt),
O_RDWR);
filp = dentry_open(dget(dir), mntget(rec_dir.mnt), O_RDONLY);
status = PTR_ERR(filp);
if (IS_ERR(filp))
goto out;
Expand Down

0 comments on commit 9afdfca

Please sign in to comment.