xfs: remove duplicate buffer flags
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_fs_subr.c
index 7501b85fd8606bb94d8983f3175505bf580ec456..b6918d76bc7bbdf9740a07955c0e1694a6bf9825 100644 (file)
@@ -79,7 +79,7 @@ xfs_flush_pages(
                xfs_iflags_clear(ip, XFS_ITRUNCATED);
                ret = -filemap_fdatawrite(mapping);
        }
-       if (flags & XFS_B_ASYNC)
+       if (flags & XBF_ASYNC)
                return ret;
        ret2 = xfs_wait_on_pages(ip, first, last);
        if (!ret)
This page took 0.037151 seconds and 5 git commands to generate.