Re: NODIRATIME...great work!

Michael L. Galbraith (mikeg@weiden.de)
Tue, 9 Jun 1998 05:42:37 +0200 (MET DST)


On Mon, 8 Jun 1998, Mark Lord wrote:

> Shawn Leas wrote:
> >
> > On Mon, 8 Jun 1998, Richard Gooch wrote:
> ...
> > > Recent 2.1.x kernels have the MS_NODIRATIME kernel patch. mount-2.7k
> > > has the "nodiratime" mount(8) patch.
> >
> > I have mount 2.7l, and that does not allow nodiratime. Where might I find
> > that patch, or a copy of 2.7k?
> ...
>
> Edit the mount.c from 2.7l, and change the line:
>
> #include "linux_fs.h"
>
> to
>
> #include <linux/fs.h>
>
> and re-compile.
>
> You now have "nodiratime".
> --
> mlord@pobox.com
> The Linux IDE guy
>

Or, if you're using glibc, add the define to sys/mount.h and recompile.

-Mike

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu