Re: [PATCH v4 1/2] generic/002: add test to hardlink group
Zorro Lang <[email protected]> Mon, 3 Aug 2026 18:44:52 +0800
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.fstests |
|---|---|
| Message-ID | <anBwHPuds0VQjHuu@zlang-mailbox> |
On Thu, Jul 30, 2026 at 02:12:37AM +0000, ChenXiaoSong wrote: > From: ChenXiaoSong <[email protected]> > > The test creates and removes hard links, so add it to the hardlink > group. > > Suggested-by: Zorro Lang <[email protected]> > Reviewed-by: Christoph Hellwig <[email protected]> > Signed-off-by: ChenXiaoSong <[email protected]> > --- So you‘ve given up on re-writing this old case :) Anyway, this's good to me. Reviewed-by: Zorro Lang <[email protected]> (Please CC fstests list) > tests/generic/002 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/002 b/tests/generic/002 > index 6df57a7a..a0773e22 100755 > --- a/tests/generic/002 > +++ b/tests/generic/002 > @@ -7,7 +7,7 @@ > # simple inode link count test for a regular file > # > . ./common/preamble > -_begin_fstest metadata udf auto quick > +_begin_fstest metadata udf auto quick hardlink > > # Import common functions. > . ./common/filter > -- > 2.43.0 >