From 98f03691a4c08f38ca4538c468e9523f8e6b24be Mon Sep 17 00:00:00 2001 From: Ned Bass Date: Fri, 15 Apr 2016 18:55:03 +0000 Subject: Fix ZPL miswrite of default POSIX ACL Commit 4967a3e introduced a typo that caused the ZPL to store the intended default ACL as an access ACL. Due to caching this problem may not become visible until the filesystem is remounted or the inode is evicted from the cache. Fix the typo and add a regression test. Signed-off-by: Ned Bass Signed-off-by: Brian Behlendorf Signed-off-by: Chunwei Chen Closes #4520 --- tests/runfiles/linux.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runfiles/linux.run') diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index c275468c9..f76efec76 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -22,7 +22,7 @@ outputdir = /var/tmp/test_results # DISABLED: # posix_001_pos - needs investigation [tests/functional/acl/posix] -tests = ['posix_002_pos'] +tests = ['posix_002_pos', 'posix_003_pos'] [tests/functional/atime] tests = ['atime_001_pos', 'atime_002_neg', 'atime_003_pos'] -- cgit v1.2.3