aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2013-02-06 04:48:56 -0500
committerEric W. Biederman <ebiederm@xmission.com>2013-02-13 10:28:50 -0500
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 aea1eec64911..7993a7a07ae2 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -837,7 +837,7 @@ struct cifs_tcon {
837 */ 837 */
838struct tcon_link { 838struct tcon_link {
839 struct rb_node tl_rbnode; 839 struct rb_node tl_rbnode;
840 uid_t tl_uid; 840 kuid_t tl_uid;
841 unsigned long tl_flags; 841 unsigned long tl_flags;
842#define TCON_LINK_MASTER 0 842#define TCON_LINK_MASTER 0
843#define TCON_LINK_PENDING 1 843#define TCON_LINK_PENDING 1