[CIFS] Rename three structures to avoid camel case
authorSteve French <sfrench@us.ibm.com>
Fri, 27 May 2011 04:34:02 +0000 (04:34 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 27 May 2011 04:34:02 +0000 (04:34 +0000)
commit96daf2b09178d8ebde2b0d56b027de917c17dfdf
tree74802fa44e87925e49067d5106eb762cc27b9b97
parent07cc6cf9ef84bcf6a60ee513332bcb0ad5d628d8
[CIFS] Rename three structures to avoid camel case

secMode to sec_mode
and
cifsTconInfo to cifs_tcon
and
cifsSesInfo to cifs_ses

Signed-off-by: Steve French <sfrench@us.ibm.com>
24 files changed:
fs/cifs/cache.c
fs/cifs/cifs_debug.c
fs/cifs/cifs_dfs_ref.c
fs/cifs/cifs_spnego.c
fs/cifs/cifs_spnego.h
fs/cifs/cifsacl.c
fs/cifs/cifsencrypt.c
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/connect.c
fs/cifs/dir.c
fs/cifs/file.c
fs/cifs/fscache.c
fs/cifs/fscache.h
fs/cifs/inode.c
fs/cifs/ioctl.c
fs/cifs/link.c
fs/cifs/misc.c
fs/cifs/readdir.c
fs/cifs/sess.c
fs/cifs/transport.c
fs/cifs/xattr.c