CIFS: Replace clientCanCache* bools with an integer
authorPavel Shilovsky <pshilovsky@samba.org>
Thu, 5 Sep 2013 09:01:06 +0000 (13:01 +0400)
committerSteve French <smfrench@gmail.com>
Sun, 8 Sep 2013 22:49:17 +0000 (17:49 -0500)
commit18cceb6a78f46b65df654e8348fa2093b91b30f6
treed1d1e5468427131f5dc323dd0c92c2fdac443738
parent77993be3f32192f28c558290e695a50de7c2dab9
CIFS: Replace clientCanCache* bools with an integer

that prepare the code to handle different types of SMB2 leases.

Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/file.c
fs/cifs/inode.c
fs/cifs/misc.c
fs/cifs/smb1ops.c
fs/cifs/smb2file.c
fs/cifs/smb2misc.c
fs/cifs/smb2ops.c