Re: Relative atime (was Re: What's in ocfs2.git)

From: Arjan van de Ven
Date: Wed Dec 06 2006 - 07:48:56 EST




>
> > if (inode->i_sb->s_flags & MS_NOATIME)
> > return;
> So that that one can be deleted.


Hi,

I would mostly expect the compiler to be relatively smart about this and
group a bunch of these tests together... so I rather see readable code
than optimized code for something the compiler should be doing for us ;)

Greetings,
Arjan van de Ven

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/