Eric Dumazet 37756ced1f [PATCH] avoid one conditional branch in touch_atime()
I added IS_NOATIME(inode) macro definition in include/linux/fs.h, true if
the inode superblock is marked readonly or noatime.

This new macro is then used in touch_atime() instead of separatly testing
MS_RDONLY and MS_NOATIME

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-11 10:51:25 -08:00
..
2007-02-03 01:14:35 -05:00
2007-02-01 16:17:05 -08:00
2007-02-11 10:51:24 -08:00
2007-02-08 14:16:46 -08:00
2007-02-09 09:14:07 -08:00
2006-12-13 09:05:55 -08:00