Re: [f2fs-dev] [PATCH v3] resize.f2fs: add -g to give default options
Brought to you by:
kjgkr
|
From: Sheng Y. <she...@gm...> - 2025-11-25 09:11:20
|
On 11/25/25 14:26, Yangyang Zang wrote:
> Commit 42482e81248f ("resize.f2fs: add caution message for resize")
> introduced the `-F' option to force resizing f2fs without displaying
> the caution message. And `add_default_options()` implies that `-g'
> enables `-F' for resize by default. However resize.f2fs does not
> currently support the `-g' option. This patch adds `-g' for it.
>
> Fixes: 42482e81248f ("resize.f2fs: add caution message for resize")
> Signed-off-by: Yangyang Zang <zan...@xi...>
Reviewed-by: Sheng Yong <she...@xi...>
|