+116
−0
+3
−105
+1
−0
Loading
mainline inclusion from mainline-v5.16-rc1 commit 36e6da98 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9R4KH CVE: CVE-2023-52732 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=36e6da987e7ea839c671c950da5d3a6d175b3f0d -------------------------------- Move remove_capsnaps to caps.c. Move the part of remove_session_caps_cb under i_ceph_lock into a separate function that lives in caps.c. Have remove_session_caps_cb call the new helper after taking the lock. Signed-off-by:Jeff Layton <jlayton@kernel.org> Signed-off-by:
Ilya Dryomov <idryomov@gmail.com> Conflicts: fs/ceph/mds_client.c [Adaptation context] Signed-off-by:
Zizhi Wo <wozizhi@huawei.com>