Re: [PATCH 3/4] autofs4 - track uid and gid of last mount requestor - correction

2008-02-25 Thread Ian Kent
On Tue, 26 Feb 2008, Ian Kent wrote: > + > + /* Set mount requestor */ > + if (ino) { > + if (ino) { > + ino->uid = wq->uid; > + ino->gid = wq->gid; > + } > + } > + A

[PATCH 3/4] autofs4 - track uid and gid of last mount requestor

2008-02-25 Thread Ian Kent
Hi Andrew, Patch to track the uid and gid of the last process to request a mount for on an autofs dentry. Signed-off-by: Ian Kent < [EMAIL PROTECTED]> Ian --- diff -up linux-2.6.25-rc2-mm1/fs/autofs4/inode.c.track-last-mount-ids linux-2.6.25-rc2-mm1/fs/autofs4/inode.c --- linux-2.6.25-rc2-mm1/