diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-06 13:48:56 +0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-13 19:28:50 +0400 |
commit | 6d4a083205c27bc2e2a1c03dff4acf2fe457d1c4 (patch) | |
tree | 007bdb38e53798bf434a71aa74adb018b3bb9683 /fs/cifs/cifsglob.h | |
parent | 49418b2c28c901294f8b36ff14c766c9458c3623 (diff) | |
download | linux-6d4a083205c27bc2e2a1c03dff4acf2fe457d1c4.tar.xz |
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.h | 2 |
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 { */ 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 |