> Samba now supports transport encryption on particular shares (exports) > - so cifs mount needs to be able to specify whether to do transport > encryption when mounting to such shares. This patch adds the parsing > for the mount option Please also add it to cifs_show_options(). BTW, cifs is the last filesystem in mainline which is missing a lot of mount options from its show_options() method. cifs_parse_mount_options() is also ripe for some cleanups: it's a >500 line function and hacks like the "sep=" option should really be exterminated. There are _much_ better ways to escape the separator charater than to completely replace it. Like surrounding it with quotes or prefixing with a backslash. Miklos -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html