mount: add unc option to CIFS mount (needed for Linux 3.4+)
authorMartin Santesson <martinsn@axis.com>
Tue, 15 Jan 2013 23:47:19 +0000 (00:47 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 15 Jan 2013 23:47:19 +0000 (00:47 +0100)
commit406ea15e2c108c949f8b1a3547eecf4dd9509724
tree61e9b50dbe9f25aa39b13c872cdd5743912b2715
parent970aa6b5bd95e435e537d123ec8be99c3077af1b
mount: add unc option to CIFS mount (needed for Linux 3.4+)

unc option for CIFS mount is mandatory after CIFS option parsing
was rewritten in Linux 3.4

Signed-off-by: Martin Santesson <martinsn@axis.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mount.c