[SMB3] Add parsing for new mount option controlling persistent handles
authorSteve French <smfrench@gmail.com>
Wed, 30 Sep 2015 02:49:28 +0000 (21:49 -0500)
committerSteve French <smfrench@gmail.com>
Tue, 3 Nov 2015 15:03:18 +0000 (09:03 -0600)
commitb2a3077414fd6ff1de8972ea55e91f27bcabd913
treeb4e80bfbbff8fc2c0165d82c89fc6a8c8b9d7912
parentca9e7a1c85594f61d7ffb414071e6cae82eae23a
[SMB3] Add parsing for new mount option controlling persistent handles

"nopersistenthandles" and "persistenthandles" mount options added.
The former will not request persistent handles on open even when
SMB3 negotiated and Continuous Availability share.  The latter
will request persistent handles (as long as server notes the
capability in protocol negotiation) even if share is not Continuous
Availability share.

Signed-off-by: Steve French <steve.french@primarydata.com>
Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>
fs/cifs/cifsglob.h
fs/cifs/connect.c