[zfs-code] Code/comment mismatch in delegated administration code.

2007-09-06 Thread Mark Shellenbaum
Pawel Jakub Dawidek wrote: > In zfs_mount() function, when we process a mount by a regular user > through the delegated administration, the comment states: > > /* >* Make sure user is the owner of the mount point >* or has sufficient privileges. >*/ > > This makes se

[zfs-code] Code/comment mismatch in delegated administration code.

2007-09-04 Thread Pawel Jakub Dawidek
In zfs_mount() function, when we process a mount by a regular user through the delegated administration, the comment states: /* * Make sure user is the owner of the mount point * or has sufficient privileges. */ This makes sense, but the code doesn't match the c