]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: remove extra inode_unlock() in error path
authorLuis Henriques <lhenriques@suse.com>
Tue, 11 Jul 2017 16:30:33 +0000 (17:30 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 16 Jul 2017 04:10:23 +0000 (21:10 -0700)
commitd0844486f6fab020b0d3d98cba4f20a32dd00013
tree106fa94afe32c601df30c45aae9603e78ecfbb1d
parent9238ecfbaaeffcf7977c2776af9c57c0a4a878ed
f2fs: remove extra inode_unlock() in error path

This commit removes an extra inode_unlock() that is being done in function
f2fs_ioc_setflags error path.  While there, get rid of a useless 'out'
label as well.

Fixes: 3f750ec1e0f9 ("f2fs: support plain user/group quota")
Signed-off-by: Luis Henriques <lhenriques@suse.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c