mount: support "nofail" option. Closes 8551
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Dec 2015 19:11:34 +0000 (20:11 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Dec 2015 19:11:34 +0000 (20:11 +0100)
commit911d265faf34c90158f5ba0ef81d1d558ec595e6
tree964f68fc509436203e49de5c4fad1cf142759a73
parentce4bc1ed048233e89ee4cb95830bf6f01d523d1e
mount: support "nofail" option. Closes 8551

function                                             old     new   delta
singlemount                                         1045    1060     +15
mount_option_str                                     338     345      +7
mount_it_now                                         355     361      +6
mount_options                                        172     176      +4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 32/0)               Total: 32 bytes

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