Re: [f2fs-dev] [PATCH] f2fs: check the generic conditions first

2025-07-09 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 30 Jun 2025 16:08:38 + you wrote: > Let's return errors caught by the generic checks. This fixes generic/494 where > it expects to see EBUSY by setattr_prepare instead of EINVAL by f2fs for > active > swapfile.

Re: [f2fs-dev] [PATCH] f2fs: check the generic conditions first

2025-06-30 Thread Chao Yu via Linux-f2fs-devel
On 7/1/25 00:08, Jaegeuk Kim via Linux-f2fs-devel wrote: > Let's return errors caught by the generic checks. This fixes generic/494 where > it expects to see EBUSY by setattr_prepare instead of EINVAL by f2fs for > active > swapfile. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [PATCH] f2fs: check the generic conditions first

2025-06-30 Thread Jaegeuk Kim via Linux-f2fs-devel
Let's return errors caught by the generic checks. This fixes generic/494 where it expects to see EBUSY by setattr_prepare instead of EINVAL by f2fs for active swapfile. Signed-off-by: Jaegeuk Kim --- fs/f2fs/file.c | 24 1 file changed, 12 insertions(+), 12 deletions(-)