]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] hpfs: remove spurious mtime update
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Nov 2005 05:34:56 +0000 (21:34 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:55:57 +0000 (07:55 -0800)
commit33096b1e735b0a36c289ced394da7a25e94bc815
treee1cd73223ce1a98615e092ce388aaed2b6704645
parent733482e445ca4450cf41381b1c95e2b8c7145114
[PATCH] hpfs: remove spurious mtime update

Remove mtime update in hpfs_file_write, it's done in generic_file_write
already.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/hpfs/file.c