Re: + ocfs2-relative-atime-support-tweaks.patch added to -mm tree

2006-12-05 Thread Mark Fasheh
On Tue, Dec 05, 2006 at 10:43:11PM -0800, Andrew Morton wrote: > The logic I have there is the same (I hope)... > > + if (timespec_compare(&inode->i_mtime, > + &inode->i_atime) < 0 && > + timespec_compare(&inod

Re: + ocfs2-relative-atime-support-tweaks.patch added to -mm tree

2006-12-05 Thread Andrew Morton
On Tue, 5 Dec 2006 22:28:09 -0800 Mark Fasheh <[EMAIL PROTECTED]> wrote: > > if (vfsmnt->mnt_flags & MNT_RELATIME) { > > - if ((timespec_compare(&inode->i_atime, &inode->i_mtime) < 0) || > > - (timespec_compare(&inode->i_atime, &inode->i_ctime) < 0)) > > + if

Re: + ocfs2-relative-atime-support-tweaks.patch added to -mm tree

2006-12-05 Thread Mark Fasheh
On Tue, Dec 05, 2006 at 10:12:45PM -0800, [EMAIL PROTECTED] wrote: > -- > Subject: ocfs2-relative-atime-support-tweaks > From: Andrew Morton <[EMAIL PROTECTED]> > > methinks... Yeah, all good tweaks - thanks for catching those. And thanks for car