Merge of xfs-cmds-2.4.18:slinx:111985a by nathans.

getfattr/setfattr fixes
This commit is contained in:
fsgqa
2002-02-25 22:33:42 +00:00
parent 76d13e50a6
commit 54a448db29
8 changed files with 68 additions and 62 deletions
+2 -2
View File
@@ -155,8 +155,8 @@ _extend_test_bed()
mkdir -p $SCRATCH_MNT/descend/down/here
find $SCRATCH_MNT/descend | xargs setfattr -n user.x -v yz
find $SCRATCH_MNT/descend | xargs setfattr -n user.1 -v 23
find $SCRATCH_MNT/here | xargs setfattr -n root.a -v bc
find $SCRATCH_MNT/here | xargs setfattr -n root.9 -v 87
find $SCRATCH_MNT/here | xargs setfattr -n xfsroot.a -v bc
find $SCRATCH_MNT/here | xargs setfattr -n xfsroot.9 -v 87
# whack a symlink in the middle, just to be difficult
ln -s $SCRATCH_MNT/here/up $SCRATCH_MNT/descend/and
# dump out our new starting point