From 5815946e232dec0b1ea4626e0c0e129ccdc5e0b4 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 2 Nov 2012 11:38:42 +1100 Subject: [PATCH] --- yaml --- r: 339393 b: refs/heads/master c: b6aff29f3af7437635ec3d66af9115bb17ba561f h: refs/heads/master i: 339391: 09614331ddef07b3b73a6ddef8f1b8bc95655bff v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_inode.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a26f32ab3ba5..ae22fb09db7f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c05f9ad4d168098b7ce3ffa7098283f94811ed6 +refs/heads/master: b6aff29f3af7437635ec3d66af9115bb17ba561f diff --git a/trunk/fs/xfs/xfs_inode.c b/trunk/fs/xfs/xfs_inode.c index 95f7a73b05cb..965598eb308c 100644 --- a/trunk/fs/xfs/xfs_inode.c +++ b/trunk/fs/xfs/xfs_inode.c @@ -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;