search for: cred_

Displaying 2 results from an estimated 2 matches for "cred_".

Did you mean: cred
2010 May 21
0
ANNOUNCE: cifs-utils release 4.5 available for download
...: bump version number to 4.5 Signed-off-by: Jeff Layton <jlayton at samba.org> commit 3439ca0527f103ad79e840092d06a461a36e9d72 Author: Scott Lovenberg <scott.lovenberg at gmail.com> Date: Fri May 14 19:34:26 2010 -0400 mount.cifs: cosmetic alignment patch Align CRED_ macro values to keep style consistent with last patch. Signed-off-by: Scott Lovenberg <scott.lovenberg at gmail.com> commit 268079992cf85bfb9954b6fd4abb3eebf911a9d3 Author: Scott Lovenberg <scott.lovenberg at gmail.com> Date: Fri May 14 19:32:05 2010 -0400 mount.cifs: c...
2007 May 09
5
Refactor zfs_zget()
Hi, Since almost all operations in the FUSE low-level API identify files by inode number, I''ve been using zfs_zget() to get the corresponding znode/vnode in order to call the corresponding VFS function in zfs_vnops.c. However, there are some cases when zfs_zget() behaves slightly different than I need: 1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return