Date: Sat, 18 Nov 2006 17:00:46 GMT From: Craig Rodrigues <rodrigc@crodrigues.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/105483: Mounting ext2fs with noatime option Message-ID: <200611181700.kAIH0kxm081429@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/105483; it has been noted by GNATS. From: Craig Rodrigues <rodrigc@crodrigues.org> To: "Dr. Markus Waldeck" <waldeck@gmx.de> Cc: bug-followup@freebsd.org Subject: Re: bin/105483: Mounting ext2fs with noatime option Date: Sat, 18 Nov 2006 11:55:40 -0500 Hi, Can you revert your patch to mount, and apply this patch to the ext2 filesystem instead? Index: ext2_vfsops.c =================================================================== RCS file: /home/ncvs/src/sys/gnu/fs/ext2fs/ext2_vfsops.c,v retrieving revision 1.159 diff -u -u -r1.159 ext2_vfsops.c --- ext2_vfsops.c 6 Nov 2006 13:41:58 -0000 1.159 +++ ext2_vfsops.c 18 Nov 2006 16:53:22 -0000 @@ -119,7 +119,10 @@ static int compute_sb_data(struct vnode * devvp, struct ext2_super_block * es, struct ext2_sb_info * fs); -static const char *ext2_opts[] = { "from", "export" }; +static const char *ext2_opts[] = { "from", "export", "union", "acls", "noexec", + "noatime", "union", "suiddir", "multilabel", "nosymfollow", "noclusterr", + "noclusterw" }; + /* * VFS Operations. * -- Craig Rodrigues rodrigc@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611181700.kAIH0kxm081429>