]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c46b0f45614e4c2b9f597cc0a52547dc4728708
treed1d1e5468427131f5dc323dd0c92c2fdac443738
parent061c66885bffd969dc679faf5f9c9455b9a8958d
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