Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294560
b: refs/heads/master
c: 96dcadc
h: refs/heads/master
v: v3
  • Loading branch information
William Dauchy authored and Trond Myklebust committed Mar 14, 2012
1 parent 09679a2 commit 4767588
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5318a29c1943e9719e71495db6efb6fc084a45a9
refs/heads/master: 96dcadc2fdd111dca90d559f189a30c65394451a
3 changes: 2 additions & 1 deletion trunk/fs/nfs/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,8 @@ static int nfs4_reclaim_open_state(struct nfs4_state_owner *sp, const struct nfs
spin_lock(&state->state_lock);
list_for_each_entry(lock, &state->lock_states, ls_locks) {
if (!(lock->ls_flags & NFS_LOCK_INITIALIZED))
printk("NFS: %s: Lock reclaim "
pr_warn_ratelimited("NFS: "
"%s: Lock reclaim "
"failed!\n", __func__);
}
spin_unlock(&state->state_lock);
Expand Down

0 comments on commit 4767588

Please sign in to comment.