]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - fs/xfs/linux-2.6/xfs_buf.c
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[lisovros/linux_canprio.git] / fs / xfs / linux-2.6 / xfs_buf.c
index 0c93c7ef3d187a27dbe6b8196de4aaa08be66447..965df1227d644df44b4d2b79810f1ab42747f957 100644 (file)
@@ -770,7 +770,7 @@ xfs_buf_associate_memory(
        bp->b_pages = NULL;
        bp->b_addr = mem;
 
-       rval = _xfs_buf_get_pages(bp, page_count, 0);
+       rval = _xfs_buf_get_pages(bp, page_count, XBF_DONT_BLOCK);
        if (rval)
                return rval;