Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9911
b: refs/heads/master
c: 6ce9691
h: refs/heads/master
i:
  9909: 056490a
  9907: b20f644
  9903: 27dd995
v: v3
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Oct 17, 2005
1 parent 0d5a2fc commit 87db502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: b3c52da33ce95747b1bff86cce716d4f1397f14a
refs/heads/master: 6ce969171d5187f7621be68c0ebbc7fb02ec53f1
2 changes: 0 additions & 2 deletions trunk/fs/nfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,12 +877,10 @@ static int nfs_wait_on_inode(struct inode *inode)
sigset_t oldmask;
int error;

atomic_inc(&inode->i_count);
rpc_clnt_sigmask(clnt, &oldmask);
error = wait_on_bit_lock(&nfsi->flags, NFS_INO_REVALIDATING,
nfs_wait_schedule, TASK_INTERRUPTIBLE);
rpc_clnt_sigunmask(clnt, &oldmask);
iput(inode);

return error;
}
Expand Down

0 comments on commit 87db502

Please sign in to comment.