Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fix from Darrick Wong:
"Remove an unnecessary (and backwards) rename flags check that
duplicates a VFS level check"

* tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
xfs: remove incorrect ASSERT in xfs_rename

-1
-1
fs/xfs/xfs_inode.c
··· 3122 3122 * appropriately. 3123 3123 */ 3124 3124 if (flags & RENAME_WHITEOUT) { 3125 - ASSERT(!(flags & (RENAME_NOREPLACE | RENAME_EXCHANGE))); 3126 3125 error = xfs_rename_alloc_whiteout(mnt_userns, target_dp, &wip); 3127 3126 if (error) 3128 3127 return error;