From: Lai Siyao Date: Thu, 26 Jun 2014 16:20:46 +0000 (+0800) Subject: LU-3660 acl: support mount option "noacl" for zfs X-Git-Tag: 2.6.51~45 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ba7c99a5b18535305d3ae3b1687116c1fff5b4a8;hp=ba7c99a5b18535305d3ae3b1687116c1fff5b4a8;ds=sidebyside LU-3660 acl: support mount option "noacl" for zfs zfs parse mount option in zpl layer, but osd-zfs calls dmu directly, since ldiskfs parse "noacl" at mount time, osd-zfs should do the same in osd_mount(). Similar to ldiskfs, osd-zfs should check whether ACL is enabled for ACL operations, if not -EOPNOTSUPP is returned. add sanity test 103b for "noacl" mount option. Signed-off-by: Lai Siyao Change-Id: I11075a9de8759fde956e7ae8b715840a56d0428e Reviewed-on: http://review.whamcloud.com/11157 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Fan Yong Reviewed-by: Li Wei Reviewed-by: Oleg Drokin ---