diff options
author | Jeff Layton <jlayton@poochiereds.net> | 2010-11-22 15:31:03 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-12-06 22:45:19 +0000 |
commit | 884639996814585ef7079daa9e03a1eb562e235c (patch) | |
tree | 652d60d1716be67db2c21aaeaf643dc00d65e392 /fs/cifs/cifsglob.h | |
parent | 79df1baeec29022e4181f2964187b88661ef5517 (diff) |
cifs: remove Local_System_Name
...this string is zeroed out and nothing ever changes it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 94ccfacaed8a..7136c0c3e2f9 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -756,8 +756,6 @@ GLOBAL_EXTERN unsigned int GlobalTotalActiveXid; /* prot by GlobalMid_Sem */ GLOBAL_EXTERN unsigned int GlobalMaxActiveXid; /* prot by GlobalMid_Sem */ GLOBAL_EXTERN spinlock_t GlobalMid_Lock; /* protects above & list operations */ /* on midQ entries */ -GLOBAL_EXTERN char Local_System_Name[15]; - /* * Global counters, updated atomically */ |