Re: svn commit: r349286 - in head: sbin/swapon share/man/man5

2019-06-22 Thread Konstantin Belousov
On Sat, Jun 22, 2019 at 03:16:02AM +, Doug Moore wrote: > Author: dougm > Date: Sat Jun 22 03:16:01 2019 > New Revision: 349286 > URL: https://svnweb.freebsd.org/changeset/base/349286 > > Log: > Modify swapon(8) to invoke BIO_DELETE to trim swap devices, either if > '-E' appears on the swa

svn commit: r349286 - in head: sbin/swapon share/man/man5

2019-06-21 Thread Doug Moore
Author: dougm Date: Sat Jun 22 03:16:01 2019 New Revision: 349286 URL: https://svnweb.freebsd.org/changeset/base/349286 Log: Modify swapon(8) to invoke BIO_DELETE to trim swap devices, either if '-E' appears on the swapon command line, or if "trimonce" appears as an fstab option. Discus