Description of problem: This ASSERT in xfs_rename is a) incorrect, because (RENAME_WHITEOUT|RENAME_NOREPLACE) is a valid combination, and b) unnecessary, because actual invalid flag combinations are already handled at the vfs level in do_renameat2() before we get called. So, remove it. Additional info: upstream: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/fs/xfs?h=v5.10.170&id=e14930e9f9c657cf109326752871d3c701b12326
https://gitee.com/anolis/cloud-kernel/pulls/1351
merged