aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2013-02-06 01:48:56 -0800
committerEric W. Biederman <ebiederm@xmission.com>2013-02-13 07:28:50 -0800
commit6d4a083205c27bc2e2a1c03dff4acf2fe457d1c4 (patch)
tree007bdb38e53798bf434a71aa74adb018b3bb9683 /fs/cifs/cifsglob.h
parent49418b2c28c901294f8b36ff14c766c9458c3623 (diff)
cifs: Convert struct tcon_link to use a kuid.
Cc: Steve French <smfrench@gmail.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index aea1eec6491..7993a7a07ae 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -837,7 +837,7 @@ struct cifs_tcon {
*/
struct tcon_link {
struct rb_node tl_rbnode;
- uid_t tl_uid;
+ kuid_t tl_uid;
unsigned long tl_flags;
#define TCON_LINK_MASTER 0
#define TCON_LINK_PENDING 1