]> asedeno.scripts.mit.edu Git - linux.git/commit
fs/adfs: inode: update timestamps to centisecond precision
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Dec 2019 11:08:18 +0000 (11:08 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Jan 2020 01:12:40 +0000 (20:12 -0500)
commiteeeb9dd98ec353a19988b010223f29a8783127fa
treef05e0df006b5243254612e0958793c3080bdae0b
parente42617b825f8073569da76dc4510bfa019b1c35a
fs/adfs: inode: update timestamps to centisecond precision

Despite ADFS timestamps having centi-second granularity, and Linux
gaining fine-grained timestamp support in v2.5.48, fs/adfs was never
updated.

Update fs/adfs to centi-second support, and ensure that the inode ctime
always reflects what is written in underlying media.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/adfs/inode.c
fs/adfs/super.c