[CIFS] remove unknown mount option warning message
authorSteve French <sfrench@us.ibm.com>
Fri, 26 Jun 2009 04:07:18 +0000 (04:07 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 26 Jun 2009 04:07:18 +0000 (04:07 +0000)
commit71a394faaad07090af5de5c075ec2f5bca0fbb35
tree9e4f67deea3ecfc6bb571a930c16c6d6e5b10f3f
parentad8034f19792736db5c259103c2eaaf72887bbb4
[CIFS] remove unknown mount option warning message

Jeff's previous patch which removed the unneeded rw/ro
parsing can cause a minor warning in dmesg (about the
unknown rw or ro mount option) at mount time. This
patch makes cifs ignore them in kernel to remove the warning
(they are already handled in the mount helper and VFS).

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c