2005-03-15 09:10:38

by Pavel Fedin

[permalink] [raw]
Subject: [PATCH] smbfs bug fix

Current smbfs has a bug: you can't supply "user, noauto" flags for it
in /etc/fstab. smbmount tool expands this to "noexec, nosuid, nodev,
user, noauto" and smbfs rejects all arguments because it doesn't know
any of these keywords.
This patch fixes it. It introduces these arguments to the smbfs which
will silently ignore them in the same way as cifs does.
The patch is made for 2.6.11.1 kernel.

--
Best regards,
Pavel Fedin, mailto:[email protected]


Attachments:
smbfs-fix.diff (951.00 B)