f2fs: fix out-of-repair __setattr_copy()
authorChao Yu <yuchao0@huawei.com>
Wed, 16 Dec 2020 09:15:23 +0000 (17:15 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 27 Jan 2021 23:20:03 +0000 (15:20 -0800)
commit2562515f0ad7342bde6456602c491b64c63fe950
treeecc648ffcdac55532b8d57874ba1b2804a6de4ee
parent0953fe864c4d05f5a5cde626a630a76918cf4f9c
f2fs: fix out-of-repair __setattr_copy()

__setattr_copy() was copied from setattr_copy() in fs/attr.c, there is
two missing patches doesn't cover this inner function, fix it.

Commit 7fa294c8991c ("userns: Allow chown and setgid preservation")
Commit 23adbe12ef7d ("fs,userns: Change inode_capable to capable_wrt_inode_uidgid")

Fixes: fbfa2cc58d53 ("f2fs: add file operations")
Cc: stable@vger.kernel.org
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c