aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtbitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_rtbitmap.c')
-rw-r--r--fs/xfs/xfs_rtbitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_rtbitmap.c b/fs/xfs/xfs_rtbitmap.c
index b1f2fe8af4a8..f4dd697cac08 100644
--- a/fs/xfs/xfs_rtbitmap.c
+++ b/fs/xfs/xfs_rtbitmap.c
@@ -74,7 +74,6 @@ xfs_rtbuf_get(
74 mp->m_bsize, 0, &bp, NULL); 74 mp->m_bsize, 0, &bp, NULL);
75 if (error) 75 if (error)
76 return error; 76 return error;
77 ASSERT(!xfs_buf_geterror(bp));
78 *bpp = bp; 77 *bpp = bp;
79 return 0; 78 return 0;
80} 79}