On Thu, Oct 09, 2025 at 04:50:41PM +0800, Chao Yu wrote:
> Let's source common/f2fs in _source_specific_fs() instead of in each
> testcase.
> 
> Cc: Jaegeuk Kim <[email protected]>
> Signed-off-by: Chao Yu <[email protected]>
> ---

Make sense to me, thanks for fixing it.

Reviewed-by: Zorro Lang <[email protected]>

>  common/config  | 1 +
>  tests/f2fs/002 | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/common/config b/common/config
> index 22b52432..1420e35d 100644
> --- a/common/config
> +++ b/common/config
> @@ -509,6 +509,7 @@ _source_specific_fs()
>               ;;
>       f2fs)
>               [ "$MKFS_F2FS_PROG" = "" ] && _fatal "mkfs.f2fs not found"
> +             . ./common/f2fs
>               ;;
>       nfs)
>               . ./common/nfs
> diff --git a/tests/f2fs/002 b/tests/f2fs/002
> index 74146217..d2f6e413 100755
> --- a/tests/f2fs/002
> +++ b/tests/f2fs/002
> @@ -43,7 +43,6 @@
>  _begin_fstest auto quick rw encrypt compress fiemap
>  
>  . ./common/filter
> -. ./common/f2fs
>  . ./common/encrypt
>  
>  # Prerequisites to create a file that is both encrypted and LZ4-compressed
> -- 
> 2.40.1
> 



_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to