Re: NODIRATIME...great work!

Mark Lord (mlord@pobox.com)
Mon, 08 Jun 1998 22:17:09 -0400


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

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