]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_inode.c
[XFS] kill the XFS_IMAP_BULKSTAT flag
[~andy/linux] / fs / xfs / xfs_inode.c
index 72dc7a87a14b1d4a2de290ebb666c000fcefe964..4290760473fff51b847c8540da203a1498349c28 100644 (file)
@@ -136,7 +136,7 @@ xfs_imap_to_bp(
        struct xfs_imap *imap,
        xfs_buf_t       **bpp,
        uint            buf_flags,
-       uint            imap_flags)
+       uint            iget_flags)
 {
        int             error;
        int             i;
@@ -178,7 +178,7 @@ xfs_imap_to_bp(
                if (unlikely(XFS_TEST_ERROR(!di_ok, mp,
                                                XFS_ERRTAG_ITOBP_INOTOBP,
                                                XFS_RANDOM_ITOBP_INOTOBP))) {
-                       if (imap_flags & XFS_IMAP_BULKSTAT) {
+                       if (iget_flags & XFS_IGET_BULKSTAT) {
                                xfs_trans_brelse(tp, bp);
                                return XFS_ERROR(EINVAL);
                        }