Re: [PATCH v2] overlay/073: test with nfs_export being off

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Sep 11, 2020 at 5:18 AM Murphy Zhou <jencce.kernel@xxxxxxxxx> wrote:
>
> When nfs_export is enabled, the link count of upper dir
> objects are more then the expected number in this testcase.
> Because extra index entries are linked to upper inodes.
>
> Signed-off-by: Murphy Zhou <jencce.kernel@xxxxxxxxx>

Reviewed-by: Amir Goldstein <amir73il@xxxxxxxxx>

> ---
>  tests/overlay/073 | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/overlay/073 b/tests/overlay/073
> index 37860c92..c5deccc6 100755
> --- a/tests/overlay/073
> +++ b/tests/overlay/073
> @@ -99,7 +99,9 @@ run_test_case()
>  {
>         _scratch_mkfs
>         make_lower_files ${1}
> -       _scratch_mount -o "index=on"
> +       # There will be extra hard links with nfs_export enabled which
> +       # is expected. Turn it off explicitly to avoid the false alarm.
> +       _scratch_mount -o "index=on,nfs_export=off"
>         make_whiteout_files
>         check_whiteout_files ${1} ${2}
>         _scratch_unmount
> --
> 2.20.1
>



[Index of Archives]     [Linux Filesystems Devel]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux