diff options
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 1c3b0c9c9aac..dabda9521b4b 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -2995,9 +2995,6 @@ error: | |||
2995 | if (need_free) | 2995 | if (need_free) |
2996 | kmem_free(in_f); | 2996 | kmem_free(in_f); |
2997 | return XFS_ERROR(error); | 2997 | return XFS_ERROR(error); |
2998 | |||
2999 | xfs_buf_relse(bp); | ||
3000 | goto error; | ||
3001 | } | 2998 | } |
3002 | 2999 | ||
3003 | /* | 3000 | /* |