From 4c33f3178e650192622a72944739e48e5c3787ca Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 6 Jul 2010 20:43:08 -0400 Subject: [PATCH] --- yaml --- r: 201711 b: refs/heads/master c: 8913007e67106597fed4b9dd3787e8dca6915a83 h: refs/heads/master i: 201709: e4c4be2d53d57236e0d3414c97b8a6595a7f4997 201707: 72c87d960f333b486fa2aaffd71189bb0bc0574d 201703: b056025f88350c2942fa57ad46cb1afac0e833b2 201695: 96c4f83d10ccd09f20d265a39a465b80d4893932 v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifsglob.h | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/[refs] b/[refs] index bf2813ba34f8..f1d5721cb571 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ff67b720c02c36e54d55b88c2931879b7db1cd2 +refs/heads/master: 8913007e67106597fed4b9dd3787e8dca6915a83 diff --git a/trunk/fs/cifs/cifsglob.h b/trunk/fs/cifs/cifsglob.h index 7b91cb4f0da4..793c8e3a0e53 100644 --- a/trunk/fs/cifs/cifsglob.h +++ b/trunk/fs/cifs/cifsglob.h @@ -196,19 +196,6 @@ struct TCP_Server_Info { #endif }; -/* - * The following is our shortcut to user information. We surface the uid, - * and name. We always get the password on the fly in case it - * has changed. We also hang a list of sessions owned by this user off here. - */ -struct cifsUidInfo { - struct list_head userList; - struct list_head sessionList; /* SMB sessions for this user */ - uid_t linux_uid; - char user[MAX_USERNAME_SIZE + 1]; /* ascii name of user */ - /* BB may need ptr or callback for PAM or WinBind info */ -}; - /* * Session structure. One of these for each uid session with a particular host */ @@ -216,9 +203,6 @@ struct cifsSesInfo { struct list_head smb_ses_list; struct list_head tcon_list; struct mutex session_mutex; -#if 0 - struct cifsUidInfo *uidInfo; /* pointer to user info */ -#endif struct TCP_Server_Info *server; /* pointer to server info */ int ses_count; /* reference counter */ enum statusEnum status;