Merge of xfs-cmds-2.4.18:slinx:112579a by nathans.
[xfstests-dev.git] / common.dump
index b878755cc1cf762d9cdceaf2e9a4d74551fb70a9..7191d1d6e33409d8f7694d28b16b33509fb9f55c 100644 (file)
@@ -1152,7 +1152,7 @@ _get_eas_on_path()
     # sed 's/["]//g' |\
     # sort |\
 # and this is now the Linux way...
-    getfattr -Rla $_path |\
+    getfattr --absolute-names -Rh $_path |\
     perl -wn -e '
        if (m/^# file: (\S+)/) { $file = $1 }
        elsif (m/^user\.(\w+)/) { print $file, " ",$1,"\n" }' |\