aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorEvgeniy Dushistov <[email protected]>2007-03-16 13:38:07 -0800
committerLinus Torvalds <[email protected]>2007-03-16 19:25:03 -0700
commit2189850f42beff23af32d847bd043cd1d1811a80 (patch)
treeeb7f6b8ab11ee7458b7759788dc3516c0202973c /include/linux/timerqueue.h
parent94985134b7b46848267ed6b734320db01c974e72 (diff)
[PATCH] ufs2: more correct work with time
This patch corrects work with time in UFS2 case. 1) According to UFS2 disk layout modification/access and so on "time" should be hold in two variables one 64bit for seconds and another 32bit for nanoseconds, at now for some unknown reason we suppose that "inode time" holds in three variables 32bit for seconds, 32bit for milliseconds and 32bit for nanoseconds. 2) We set amount of nanoseconds in "VFS inode" to 0 during read, instead of getting values from "on disk inode"(this should close http://bugzilla.kernel.org/show_bug.cgi?id=7991). Signed-off-by: Evgeniy Dushistov <[email protected]> Cc: Bjoern Jacke <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions