Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4379
b: refs/heads/master
c: cdc5524
h: refs/heads/master
i:
  4377: b09e7b5
  4375: d762f58
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Jul 8, 2005
1 parent 8211147 commit b48936e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6ccbbb8865101d83c2e716f08feae1da1c48584
refs/heads/master: cdc5524e8a257b1c91dd8e4cdfbab979f4e17a60
2 changes: 2 additions & 0 deletions trunk/fs/nfsd/nfs4recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ nfsd4_unlink_clid_dir(char *name, int namlen)

dprintk("NFSD: nfsd4_unlink_clid_dir. name %.*s\n", namlen, name);

down(&rec_dir.dentry->d_inode->i_sem);
dentry = lookup_one_len(name, rec_dir.dentry, namlen);
up(&rec_dir.dentry->d_inode->i_sem);
if (IS_ERR(dentry)) {
status = PTR_ERR(dentry);
return status;
Expand Down

0 comments on commit b48936e

Please sign in to comment.