From: Karel Zak Date: Mon, 19 Mar 2007 20:02:40 +0000 (+0100) Subject: Add support for quoted mount options X-Git-Tag: nfs-utils-1-1-0-rc1~24 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=6facb22402a0bd8cd49be2ed1a0856b24fef42f4;hp=6facb22402a0bd8cd49be2ed1a0856b24fef42f4 Add support for quoted mount options The patch avoid the collision between commas in security contexts and the delimiter between mount options. Try: mount.nfs foo://mnt/bar /mnt/bar -o context=\"aaa,bbb,ccc\",ro Signed-off-by: Cory Olmo Signed-off-by: Karel Zak Signed-off-by: Neil Brown ---