mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 17 Jan 2013 01:30:35 +0000 (02:30 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 17 Jan 2013 01:30:35 +0000 (02:30 +0100)
commit20c5e5a626296f92acc16bfc8417dd4f230bf56d
treec98b39562fc93638654303fc8adf99484f32f0d6
parente4f0f26bade2560b96ee66e719e464753befa433
mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=

function                                             old     new   delta
singlemount                                         1019    1049     +30
packed_usage                                       29252   29257      +5
parse_mount_options                                  230     232      +2
mount_option_str                                     337     338      +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 38/0)               Total: 38 bytes

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mount.c