]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Previously, the mount_ext2fs binary listed the acceptable mount
authorCraig Rodrigues <rodrigc@FreeBSD.org>
Sat, 18 Nov 2006 18:22:11 +0000 (18:22 +0000)
committerCraig Rodrigues <rodrigc@FreeBSD.org>
Sat, 18 Nov 2006 18:22:11 +0000 (18:22 +0000)
commitba8e255297c3fd69d97670b302357602a7b7353e
tree56172ce3445bda609d04e0706d6069fe89ad15b9
parent5140328ad3cf918a8dfa99cad83b25840b52f2f0
Previously, the mount_ext2fs binary listed the acceptable mount
options for ext2fs.  Now that we use nmount() directly from the mount
binary to access ext2fs filesystems, add the list of acceptable mount
options to ext2_ops, so that vfs_filteropts() will accept
options like "noatime" for ext2fs.

PR: 105483
Noticed by: Dr. Markus Waldeck <waldeck gmx de>
MFC after: 1 month
sys/gnu/fs/ext2fs/ext2_vfsops.c