Fixed double function issue with the UDF merge.

Merge of xfs-cmds-melb:slinx:20266a by kenmcd.

  Changed _filter_aces function call to _filter_aces_notypes
This commit is contained in:
Andrew Jones
2004-11-23 13:52:17 +00:00
parent f675d424f4
commit 895a7d2f48
2 changed files with 10 additions and 23 deletions
+3 -3
View File
@@ -321,15 +321,15 @@ acl3=`_create_n_aces $num_aces_post`
echo "1 below xfs acl max"
chacl $acl1 largeaclfile
_acl_list largeaclfile | _filter_aces
_acl_list largeaclfile | _filter_aces_notypes
echo "xfs acl max"
chacl $acl2 largeaclfile
_acl_list largeaclfile | _filter_aces
_acl_list largeaclfile | _filter_aces_notypes
echo "1 above xfs acl max"
chacl $acl3 largeaclfile
_acl_list largeaclfile | _filter_aces
_acl_list largeaclfile | _filter_aces_notypes
#-------------------------------------------------------