diff options
author | Dave Chinner <david@fromorbit.com> | 2014-06-09 17:32:56 -0400 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-06-09 17:32:56 -0400 |
commit | 7691283d0561a350b7517be94818669fb5e3d910 (patch) | |
tree | 3b939ee86e763c22c6ead988bf62de58e1981915 /fs/xfs/xfs_ialloc.c | |
parent | 8612c7e594808e4a67bc2d4661f5925df2be3f51 (diff) | |
parent | 30265117ee1e23fa91920f337a3ea91207f700dc (diff) |
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
Diffstat (limited to 'fs/xfs/xfs_ialloc.c')
-rw-r--r-- | fs/xfs/xfs_ialloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c index e8dfaf039232..5960e5593fe0 100644 --- a/fs/xfs/xfs_ialloc.c +++ b/fs/xfs/xfs_ialloc.c | |||
@@ -2129,7 +2129,6 @@ xfs_read_agi( | |||
2129 | if (error) | 2129 | if (error) |
2130 | return error; | 2130 | return error; |
2131 | 2131 | ||
2132 | ASSERT(!xfs_buf_geterror(*bpp)); | ||
2133 | xfs_buf_set_ref(*bpp, XFS_AGI_REF); | 2132 | xfs_buf_set_ref(*bpp, XFS_AGI_REF); |
2134 | return 0; | 2133 | return 0; |
2135 | } | 2134 | } |