| To: | Stefan Behrens <sbehrens@xxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH v2 4/4] xfstests: Changed test 079 to be generic for all filesystems |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Sat, 30 Jul 2011 10:28:54 -0400 |
| Cc: | linux-fsdevel@xxxxxxxxxxxxxxx, linux-btrfs@xxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx |
| In-reply-to: | <d63d92aa14e5fa81b4a40d0903001e70f7da9249.1311953979.git.sbehrens@xxxxxxxxxxxxxxxx> |
| References: | <cover.1311953979.git.sbehrens@xxxxxxxxxxxxxxxx> <d63d92aa14e5fa81b4a40d0903001e70f7da9249.1311953979.git.sbehrens@xxxxxxxxxxxxxxxx> |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Fri, Jul 29, 2011 at 06:07:01PM +0200, Stefan Behrens wrote:
> Changed the test 079 to be generic for all filesystems and to be
> executed for all filesystems.
> In src/t_immutable.c which is compiled for Linux only, replaced the
> old style XFS and ext2 specific code for setting the append-only and
> immutable flags by generic code that makes use of the
> ioctl(FS_IOC_SETFLAGS) and ioctl(FS_IOC_GETFLAGS).
> Therefore the check for the specific filesystem type was removed.
> FS_IOC_GETFLAGS/FS_IOC_SETFLAGS is always used. This code is inside an
> '#ifdef FS_IOC_SETFLAGS' block in order to never fail compilation.
> Without support for FS_IOC_SETFLAGS, the test completes with _notrun.
A little nitpicking for the subject again, I'd rather see something like:
xfstests: make t_immutable and 079 filesystem-agnostic
> +$timmutable -c $SCRATCH_MNT/$seq >$tmp.out 2>&1
> +if grep -q 'Operation not supported' $tmp.out
> +then
if grep -q 'Operation not supported' $tmp.out; then
please
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v2 1/4] xfstests: Changed test 062 to be generic for all filesystems, Christoph Hellwig |
|---|---|
| Next by Date: | xfstests fails on nfs4 file system, Jim Rees |
| Previous by Thread: | [PATCH v2 4/4] xfstests: Changed test 079 to be generic for all filesystems, Stefan Behrens |
| Next by Thread: | [PATCH v2 1/4] xfstests: Changed test 062 to be generic for all filesystems, Stefan Behrens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |