Prevent updating async option on softdep mount
authorkn <kn@openbsd.org>
Wed, 11 Jul 2018 17:44:57 +0000 (17:44 +0000)
committerkn <kn@openbsd.org>
Wed, 11 Jul 2018 17:44:57 +0000 (17:44 +0000)
commitd06c8448c5885a451f2f0ce33fc96eaf52ec1979
tree2d3597a81646cbb781fbab2b67ef355a8d85ac60
parentd7670f74c5f51129a9d27d47106be9535ede3cf6
Prevent updating async option on softdep mount

`mount -uo async,nosoftdep /mnt' would set "async" but keep "softdep"
untouched on a read/write mount.

OK deraadt krw beck bluhm
sys/ufs/ffs/ffs_vfsops.c