commit | db73e9aa99bf093427b79877f9475392724fd5e5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 07 00:59:46 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 07:53:41 2005 -0800 |
tree | 6ea2631bd3772661c0a04f20fd9b03b047277121 | |
parent | a463ddd343dacf5f1badae514ed2c5135ec0c3a9 [diff] |
[PATCH] remove superflous ctime/mtime updates in affs Both AFFS and HPFS update the ctime and mtime in the write path, after generic_file_write returned and marked the inode dirty. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>