Files
linux/fs/f2fs
Tiezhu Yang d67dec906b f2fs: fix wrong return value of f2fs_acl_create
[ Upstream commit f6176473a0 ]

When call f2fs_acl_create_masq() failed, the caller f2fs_acl_create()
should return -EIO instead of -ENOMEM, this patch makes it consistent
with posix_acl_create() which has been fixed in commit beaf226b86
("posix_acl: don't ignore return value of posix_acl_create_masq()").

Fixes: 83dfe53c18 ("f2fs: fix reference leaks in f2fs_acl_create")
Signed-off-by: Tiezhu Yang <kernelpatch@126.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-02-20 10:13:06 +01:00
..
2019-01-26 09:42:48 +01:00
2015-10-09 16:20:56 -07:00
2015-08-21 22:43:32 -07:00
2019-02-06 19:43:05 +01:00
2015-08-20 09:00:06 -07:00
2015-11-13 20:34:34 -05:00