mount: handle list of comma-separated fs types in -t option
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 3 Nov 2011 09:02:31 +0000 (10:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 3 Nov 2011 09:02:31 +0000 (10:02 +0100)
commitb5ebe5fdb3a520114fc4f956687e2c51f3b81429
treed8d018097a76b55473551b800125e3f70d84b67a
parentf85554c26525ec2ddc860ccb1aadc05e7a3825f6
mount: handle list of comma-separated fs types in -t option

Allows one to specify list of filesystem types to be
tried when mounting particular device. E.g.

 mount -t vfat,ext2 ...
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mount.c