Date: Wed, 23 Jul 2008 21:23:01 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 145758 for review Message-ID: <200807232123.m6NLN16a023304@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145758 Change 145758 by trasz@trasz_traszkan on 2008/07/23 21:22:35 Update TODO. Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/TODO#13 edit Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/TODO#13 (text+ko) ==== @@ -46,6 +46,21 @@ - Write code to do the same operations on UFS and ZFS and compare results. +- Make 'struct acl' variable size. + +- Use switch() in vfs_acl.c:copyin_acl() instead of ifs. + +- Check if Linux has acl_to_text_np; make sure we don't end up with something incompatible. + (acl_to_any_text()?) + +- Think about how to make libc implementation - branding, in particular - extensible, + to allow for adding new ACL types. + +- Benchmark things. + +- Add a flag to inode to mark whether the file has ACL; don't try to read ACL extatrr + if the flag is not set. + - Write library that implements SunOS acl(2)/facl(2) as wrappers around __acl_whatever syscalls. Use it in Samba.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807232123.m6NLN16a023304>