xfs: remove duplicate buffer flags
[deliverable/linux.git] / fs / xfs / xfs_ialloc.c
index 52c9d006c0e679a126eadc844c91de5ca3b5ef61..9d884c127bb980c9c24b934113be222a4fc1093d 100644 (file)
@@ -205,7 +205,7 @@ 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,
-                                        XFS_BUF_LOCK);
+                                        XBF_LOCK);
                ASSERT(fbuf);
                ASSERT(!XFS_BUF_GETERROR(fbuf));
 
This page took 0.024968 seconds and 5 git commands to generate.