Whamcloud - gitweb
LU-13004 modules: replace lnet_kiov_t with struct bio_vec
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / rhel7.2 / ext4-release-bh-in-makeinxdir.patch
1 --- linux-1/fs/ext4/namei.c     2016-09-27 02:16:31.020890438 +0800
2 +++ linux-2/fs/ext4/namei.c     2016-09-27 02:17:14.246620470 +0800
3 @@ -1874,6 +1874,7 @@ out_frames:
4          */
5         ext4_mark_inode_dirty(handle, dir);
6         dx_release(frames);
7 +       brelse(bh);
8         return retval;
9  }
10