diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-04-01 15:19:16 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-04-01 15:19:16 -0400 |
commit | ffda61e25cd8e10dda9fb4b2c3fad7b96c943c4d (patch) | |
tree | 889798f8cba9aec81693f617695c3cbc70d8dbd1 /AUTHORS | |
parent | c610039ef674770ec92ff36d1f3c7a494bc3962c (diff) | |
download | cifs-utils-ffda61e25cd8e10dda9fb4b2c3fad7b96c943c4d.tar.gz cifs-utils-ffda61e25cd8e10dda9fb4b2c3fad7b96c943c4d.tar.bz2 cifs-utils-ffda61e25cd8e10dda9fb4b2c3fad7b96c943c4d.zip |
mount.cifs: parse unc into separate fields
The UNC is currently handled as a single string and mount.cifs will
just munge it whenever it needs to change the delimiter type or
uppercase it, etc. This is tricky to handle correctly and means that
we often need to keep track of what's already been changed. Instead
of doing this, just track the pieces of the UNC in separate fields
in the parsed_mount_info, and then use those pieces to build strings
as needed.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions