On Sat, Aug 24, 2024 at 05:40:07 AM +0200, Christoph Hellwig wrote: > xfs_attr_leaf_try_add is only called by xfs_attr_leaf_addname, and > merging the two will simplify a following error handling fix. > > To facilitate this move the remote block state save/restore helpers up in > the file so that they don't need forward declarations now. > Hi, This patch causes generic/449 to execute indefinitely when using the following fstest configuration, TEST_DEV=/dev/loop16 SCRATCH_DEV_POOL="/dev/loop5 /dev/loop6 /dev/loop7 /dev/loop8 /dev/loop9 /dev/loop10 /dev/loop11 /dev/loop12" MKFS_OPTIONS='-f -m reflink=1,rmapbt=1, -i sparse=1, -b size=1024,' MOUNT_OPTIONS='-o usrquota,grpquota,prjquota' TEST_FS_MOUNT_OPTS="$TEST_FS_MOUNT_OPTS -o usrquota,grpquota,prjquota" USE_EXTERNAL=no LOGWRITES_DEV=/dev/loop15 Can you please check this? -- Chandan