diff options
| -rw-r--r-- | fs/ext4/resize.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index e7ae26e36c9c..4d5c0fc9d23a 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c | |||
| @@ -874,6 +874,7 @@ static int add_new_gdb(handle_t *handle, struct inode *inode, | |||
| 874 | err = ext4_handle_dirty_metadata(handle, NULL, gdb_bh); | 874 | err = ext4_handle_dirty_metadata(handle, NULL, gdb_bh); |
| 875 | if (unlikely(err)) { | 875 | if (unlikely(err)) { |
| 876 | ext4_std_error(sb, err); | 876 | ext4_std_error(sb, err); |
| 877 | iloc.bh = NULL; | ||
| 877 | goto errout; | 878 | goto errout; |
| 878 | } | 879 | } |
| 879 | brelse(dind); | 880 | brelse(dind); |
