Re: [f2fs-dev] [PATCH] f2fs: fix condition in __allow_reserved_blocks()

2025-08-15 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 31 Jul 2025 14:03:38 +0800 you wrote: > If reserve_root mount option is not assigned, __allow_reserved_blocks() > will return false, it's not correct, fix it. > > Fixes: 7e65be49ed94 ("f2fs: add reserved blocks for

[f2fs-dev] [PATCH] f2fs: fix condition in __allow_reserved_blocks()

2025-07-30 Thread Chao Yu via Linux-f2fs-devel
If reserve_root mount option is not assigned, __allow_reserved_blocks() will return false, it's not correct, fix it. Fixes: 7e65be49ed94 ("f2fs: add reserved blocks for root user") Signed-off-by: Chao Yu --- fs/f2fs/f2fs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs