change pattern passed to do_xattr_barrier (.^^ -> ..^) as context 1 has access to the barrier (where it did not previously) --- /root/bin/testfs.sh-0.20 2008-09-04 08:50:31.000000000 -0500 +++ /root/bin/testfs.sh-0.20a 2009-08-19 10:02:33.000000000 -0500 @@ -495,7 +495,7 @@ function do_test () { eexec 103 0 "do_xattr_verify $MNT showattr $dpath $attr_B" eexec 104 0 "do_xattr_verify $MNT lsattr $dpath $lsattr_B" eexec 105 0 "go_xid 2 chattr =i $dpath" - eexec 106 0 "do_xattr_barrier $MNT $dpath .^^" + eexec 106 0 "do_xattr_barrier $MNT $dpath ..^" eexec 108 0 "setattr --~barrier $dpath" eexec 109 0 "do_xattr_verify $MNT showattr $dpath $attr_b" eeval "rmdir $dpath"