Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348314
b: refs/heads/master
c: 39e88fc
h: refs/heads/master
v: v3
  • Loading branch information
Yanchuan Nian authored and Trond Myklebust committed Jan 4, 2013
1 parent 4ba54be commit a0b9eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f8d9a897d4384b77f13781ea813156568f68b83e
refs/heads/master: 39e88fcfb1d5c6c4b1ff76ca2ab76cf449b850e8
2 changes: 1 addition & 1 deletion trunk/fs/nfs/pnfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static void
pnfs_layout_set_fail_bit(struct pnfs_layout_hdr *lo, int fail_bit)
{
lo->plh_retry_timestamp = jiffies;
if (test_and_set_bit(fail_bit, &lo->plh_flags))
if (!test_and_set_bit(fail_bit, &lo->plh_flags))
atomic_inc(&lo->plh_refcount);
}

Expand Down

0 comments on commit a0b9eb5

Please sign in to comment.