| To: | Filipe David Borba Manana <fdmanana@xxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH] xfstests: add specific test for default ACL inheritance |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Wed, 16 Oct 2013 10:10:23 -0500 |
| Cc: | linux-btrfs@xxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx, dsterba@xxxxxxx, jbacik@xxxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1381932296-14674-1-git-send-email-fdmanana@xxxxxxxxx> |
| References: | <1381932296-14674-1-git-send-email-fdmanana@xxxxxxxxx> |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
On 10/16/13 9:04 AM, Filipe David Borba Manana wrote: > This test is motivated by an issue found by a btrfs user, addressed > and described by the following GNU/Linux kernel patch: > > https://patchwork.kernel.org/patch/3046931/ Hi Filipe, thanks for the patch. Usually we don't want to add new, possibly-failing cases to old tests; that makes it harder to identify when the code regressed vs. when the test changed to test new things. It would be better to just copy the framework of tests/shared/051 to a new test in shared/ and test only this new inheritance problem. Also, I'm confused about this hunk: > @@ -345,7 +345,12 @@ chacl $acl2 largeaclfile > getfacl --numeric largeaclfile | _filter_aces > > echo "1 above xfs acl max" > -chacl $acl3 largeaclfile > +if [ "$FSTYP" != "btrfs" ]; then > + chacl $acl3 largeaclfile > +else > + echo 'chacl: cannot set access acl on "largeaclfile": Invalid argument' > +fi > + > getfacl --numeric largeaclfile | _filter_aces > > echo "use 16 aces" What's that about? Thanks, -Eric |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: XFS - configuration for multi-thread high-speed streams, Eric Sandeen |
|---|---|
| Next by Date: | Re: [PATCH] xfstests: add specific test for default ACL inheritance, Filipe David Manana |
| Previous by Thread: | [PATCH] xfstests: add specific test for default ACL inheritance, Filipe David Borba Manana |
| Next by Thread: | Re: [PATCH] xfstests: add specific test for default ACL inheritance, Filipe David Manana |
| Indexes: | [Date] [Thread] [Top] [All Lists] |