]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_rtbitmap.c
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / fs / xfs / xfs_rtbitmap.c
index b1f2fe8af4a8d27db5ca6848711e841073ef092f..f4dd697cac08720f057b58c094bc4bfe3346ca5b 100644 (file)
@@ -74,7 +74,6 @@ xfs_rtbuf_get(
                                   mp->m_bsize, 0, &bp, NULL);
        if (error)
                return error;
-       ASSERT(!xfs_buf_geterror(bp));
        *bpp = bp;
        return 0;
 }