[PATCH] remove superflous ctime/mtime updates in affs
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Nov 2005 08:59:46 +0000 (00:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:41 +0000 (07:53 -0800)
commitdb73e9aa99bf093427b79877f9475392724fd5e5
tree6ea2631bd3772661c0a04f20fd9b03b047277121
parenta463ddd343dacf5f1badae514ed2c5135ec0c3a9
[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>
fs/affs/file.c