]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ext4: fix error paths in swap_inode_boot_loader()
authorZheng Liu <wenqing.lz@taobao.com>
Wed, 12 Feb 2014 16:48:31 +0000 (11:48 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 12 Feb 2014 16:48:31 +0000 (11:48 -0500)
commit30d29b119ef01776e0a301444ab24defe8d8bef3
treee17df3182ad26e7ff0b3e966766358ad19bbf37c
parent15cc17678547676c82a5da9ccf357447333fc342
ext4: fix error paths in swap_inode_boot_loader()

In swap_inode_boot_loader() we forgot to release ->i_mutex and resume
unlocked dio for inode and inode_bl if there is an error starting the
journal handle.  This commit fixes this issue.

Reported-by: Ahmed Tamrawi <ahmedtamrawi@gmail.com>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Cc: Dr. Tilmann Bubeck <t.bubeck@reinform.de>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org # v3.10+
fs/ext4/ioctl.c