Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16650
b: refs/heads/master
c: 26c78e1
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Jan 6, 2006
1 parent 703259d commit 156f6ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 58df095b732529ade8f4051b41d7c29731afecd6
refs/heads/master: 26c78e156b1d1b2387ec33b5f2fb62d6e0a186a3
6 changes: 2 additions & 4 deletions trunk/fs/nfs/delegation.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ int nfs_do_expire_all_delegations(void *ptr)
struct nfs4_client *clp = ptr;
struct nfs_delegation *delegation;
struct inode *inode;
int err = 0;

allow_signal(SIGKILL);
restart:
Expand All @@ -250,10 +249,9 @@ int nfs_do_expire_all_delegations(void *ptr)
if (inode == NULL)
continue;
spin_unlock(&clp->cl_lock);
err = nfs_inode_return_delegation(inode);
nfs_inode_return_delegation(inode);
iput(inode);
if (!err)
goto restart;
goto restart;
}
out:
spin_unlock(&clp->cl_lock);
Expand Down

0 comments on commit 156f6ec

Please sign in to comment.