Undoes mod: xfs-cmds-2.4.18:slinx:112378a

Merge of xfs-cmds-2.4.18:slinx:112380a by nathans.
This commit is contained in:
Nathan Scott
2002-02-25 22:54:58 +00:00
parent e157ffbf79
commit 7dc63a3ed2
2 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -134,10 +134,10 @@ for nsp in user xfsroot; do
echo "*** remove attribute"
setfattr -l -x $nsp.name2 $SCRATCH_MNT/$inode
getfattr -r $nsp -e text -n $nsp.name2 $SCRATCH_MNT/$inode
getfattr -r $nsp -e hex -n $nsp.name2 $SCRATCH_MNT/$inode
echo "*** final list (strings, type=$inode, nsp=$nsp)"
getfattr -r '^user|^xfsroot' -e text $SCRATCH_MNT/$inode
getfattr -r '^user|^xfsroot' -e hex $SCRATCH_MNT/$inode
done
done