Fixed parsing of mount options when doing DFS submount
authorIgor Mammedov <niallain@gmail.com>
Thu, 23 Oct 2008 09:58:42 +0000 (13:58 +0400)
committerSteve French <sfrench@us.ibm.com>
Tue, 18 Nov 2008 04:29:06 +0000 (04:29 +0000)
Since these hit the same routines, and are relatively small, it is easier to review
them as one patch.

Fixed incorrect handling of the last option in some cases
Fixed prefixpath handling convert path_consumed into host depended string length (in bytes)
Use non default separator if it is provided in the original mount options

Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Igor Mammedov <niallain@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found