[PATCH] fat: fix adate
authorStephane Kardas <stephane.kardas@certa.ssi.gouv.fr>
Wed, 21 Sep 2005 16:55:45 +0000 (09:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Sep 2005 17:12:18 +0000 (10:12 -0700)
commit62a36c43c898d45efcfe3376ea1da6a9a182e1ad
tree3d2e39625a2ca620ef71433cf100ff51a225438b
parent89d7cbf73e1a85241eb42339f6cb7a429fec178c
[PATCH] fat: fix adate

During a forensic analysis on the fat file system, I found than the result for
the last access date on this file system was different between the stat
command and the istat command (package tct-utils).

The istat command display a true date (the right windows date) but the stat
primitive (so stat, find, ls command) displays a wrong date.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fat/inode.c