]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
CIFS: Add missed forcemand mount option
authorPavel Shilovsky <piastry@etersoft.ru>
Tue, 27 Mar 2012 16:51:15 +0000 (20:51 +0400)
committerSteve French <sfrench@us.ibm.com>
Tue, 27 Mar 2012 17:27:51 +0000 (12:27 -0500)
commit5cfdddcfc415b0a67be25a0dec28ea9b1a537397
tree1180e92d333904ad87a5c86201e2fefcdbfe5483
parent8f09c3d8dbb8ba35c579e426b3f30bf7bafe0a85
CIFS: Add missed forcemand mount option

The 'forcemand' form of 'forcemandatorylock' mount option was missed
when the code moved to use the standard token parser. Return it back.

Also fix a comment style in the parser.

Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c