Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339393
b: refs/heads/master
c: b6aff29
h: refs/heads/master
i:
  339391: 0961433
v: v3
  • Loading branch information
Dave Chinner authored and Ben Myers committed Nov 7, 2012
1 parent b40e69f commit 5815946
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: 4c05f9ad4d168098b7ce3ffa7098283f94811ed6
refs/heads/master: b6aff29f3af7437635ec3d66af9115bb17ba561f
3 changes: 2 additions & 1 deletion trunk/fs/xfs/xfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,8 @@ xfs_ifree_cluster(
* to mark all the active inodes on the buffer stale.
*/
bp = xfs_trans_get_buf(tp, mp->m_ddev_targp, blkno,
mp->m_bsize * blks_per_cluster, 0);
mp->m_bsize * blks_per_cluster,
XBF_UNMAPPED);

if (!bp)
return ENOMEM;
Expand Down

0 comments on commit 5815946

Please sign in to comment.