From 2b858c7723a03380ccdea13855983f70bed6cc39 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 23 Nov 2012 14:24:23 +1100 Subject: [PATCH] --- yaml --- r: 339444 b: refs/heads/master c: 7c4cebe8e02dd0b0e655605442bbe9268db9ed4f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_ialloc.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8c25824e21a8..bcc6630f14cb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0acba3cd018c51e529a6f008c092629ad2e9e0a4 +refs/heads/master: 7c4cebe8e02dd0b0e655605442bbe9268db9ed4f diff --git a/trunk/fs/xfs/xfs_ialloc.c b/trunk/fs/xfs/xfs_ialloc.c index 2d6495eaaa34..a815412eab80 100644 --- a/trunk/fs/xfs/xfs_ialloc.c +++ b/trunk/fs/xfs/xfs_ialloc.c @@ -200,7 +200,8 @@ xfs_ialloc_inode_init( */ d = XFS_AGB_TO_DADDR(mp, agno, agbno + (j * blks_per_cluster)); fbuf = xfs_trans_get_buf(tp, mp->m_ddev_targp, d, - mp->m_bsize * blks_per_cluster, 0); + mp->m_bsize * blks_per_cluster, + XBF_UNMAPPED); if (!fbuf) return ENOMEM; /*