Edward Tomasz Napierala <tr...@freebsd.org> writes:

> Author: trasz
> Date: Wed Jan 19 17:11:52 2011
> New Revision: 217588
> URL: http://svn.freebsd.org/changeset/base/217588
>
> Log:
>   Add MNT_NFS4ACLS to ZFS mount flags.  It's not conditional, since there
>   is no way to disable NFSv4 ACLs in ZFS.  This should make it easier
>   for the NFS server to figure out whether the exported filesystem supports
>   ACLs or not.

Does it work with MNT_UPDATE? I guess rc.d/root resets "nfsv4acls" on
root mount

  $ mount
  tank on / (zfs, local, nfsv4acls)
  $ mount -uw /
  $ mount
  tank on / (zfs, local)

It's on ZFS v28, I can't test on v15 atm.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to