]> git.karo-electronics.de Git - karo-tx-linux.git/commit
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
authorPavel Shilovsky <pshilovsky@samba.org>
Fri, 13 Jul 2012 10:09:45 +0000 (14:09 +0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 14 Sep 2012 12:46:30 +0000 (07:46 -0500)
commit070f92cf703212b2bb178e0379f4ecadea9923cb
treef91e1636930e750d7249ecfe922ed07a166e724c
parenta151b6802df537a16cc31c1f8c76257905e4c612
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo

This is help us to extend the code for future protocols that can use
another fid mechanism (as SMB2 that has it divided into two parts:
persistent and violatile).

Also rename variables and refactor the code around the changes.

Reviewed-by: Jeff Layton <jlayton@samba.org>
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsacl.c
fs/cifs/cifsglob.h
fs/cifs/cifssmb.c
fs/cifs/file.c
fs/cifs/inode.c
fs/cifs/ioctl.c
fs/cifs/misc.c
fs/cifs/readdir.c
fs/cifs/smb1ops.c