Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7609
b: refs/heads/master
c: 0c147f9
h: refs/heads/master
i:
  7607: 174ba9c
v: v3
  • Loading branch information
Felix Blyakher authored and Nathan Scott committed Sep 4, 2005
1 parent ad65774 commit 6d1682c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 4cd4a034a3ef020d9de48fe0a3f5f976e5134669
refs/heads/master: 0c147f9a864f043e6f93a4bb3519c1166419bd74
8 changes: 5 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,11 @@ linvfs_clear_inode(
vp->v_flag &= ~VMODIFIED;
VN_UNLOCK(vp, 0);

VOP_RECLAIM(vp, error);
if (error)
panic("vn_purge: cannot reclaim");
if (vp->v_fbhv) {
VOP_RECLAIM(vp, error);
if (error)
panic("vn_purge: cannot reclaim");
}

ASSERT(vp->v_fbhv == NULL);

Expand Down

0 comments on commit 6d1682c

Please sign in to comment.