diff options
author | Eric Sandeen <sandeen@redhat.com> | 2021-12-01 20:31:03 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-12-02 04:27:48 +0300 |
commit | e445976537ad139162980bee015b7364e5b64fff (patch) | |
tree | 729a5cd8272a39827acb0dbd29ef006dcf5039d8 /fs/xfs/xfs_super.c | |
parent | 1090427bf18f9835b3ccbd36edf43f2509444e27 (diff) | |
download | linux-e445976537ad139162980bee015b7364e5b64fff.tar.xz |
xfs: remove incorrect ASSERT in xfs_rename
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.
Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_super.c')
0 files changed, 0 insertions, 0 deletions