]> Pileus Git - ~andy/linux/commit
cifs: Modify struct smb_vol to use kuids and kgids
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 6 Feb 2013 09:37:39 +0000 (01:37 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 15:28:53 +0000 (07:28 -0800)
commit3da46565043a3d7b9fd5c924e7de2d3e65e9d2a9
tree71d4dade7e6b9d32d915d28a98878fb730ccd6ac
parentfef59fd728366aa9bf125b8859aff84fa0bd1a36
cifs: Modify struct smb_vol to use kuids and kgids

Add two helper functions get_option_uid and get_option_gid to handle
the work of parsing uid and gids paramaters from the command line and
making kuids and kgids out of them.

Cc: Steve French <smfrench@gmail.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c