Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288806
b: refs/heads/master
c: ad2a8e6
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed Mar 20, 2012
1 parent bf33386 commit 3898eec
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: 161f7a7161191ab9c2e97f787829ef8dd2b95771
refs/heads/master: ad2a8e6078a16d3b61b530f1447110841c36ae56
2 changes: 1 addition & 1 deletion trunk/fs/afs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static int afs_readpages(struct file *file, struct address_space *mapping,
ASSERT(key != NULL);

vnode = AFS_FS_I(mapping->host);
if (vnode->flags & AFS_VNODE_DELETED) {
if (test_bit(AFS_VNODE_DELETED, &vnode->flags)) {
_leave(" = -ESTALE");
return -ESTALE;
}
Expand Down

0 comments on commit 3898eec

Please sign in to comment.