PERFORCE change 145758 for review
    Edward Tomasz Napierala 
    trasz at FreeBSD.org
       
    Wed Jul 23 21:23:01 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=145758
Change 145758 by trasz at 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.
 
    
    
More information about the p4-projects
mailing list