diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:15:09 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 16:15:09 -0400 |
commit | 1c7d469d47668f4664b892a6cd1c452a0c02d710 (patch) | |
tree | b91793f34092eaa312d9f96bed80af8dfd19ad6f /fs/ntfs/ChangeLog | |
parent | bbf1813fb8ff9d21171bf22e6d1f0e0393601e86 (diff) |
NTFS: Truncate {a,c,m}time to the ntfs supported time granularity when
updating the times in the inode in ntfs_setattr().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index beed90c9f551..9c5af9c8a8af 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -73,6 +73,8 @@ ToDo/Notes: | |||
73 | - Fix cluster (de)allocators to work when the runlist is NULL and more | 73 | - Fix cluster (de)allocators to work when the runlist is NULL and more |
74 | importantly to take a locked runlist rather than them locking it | 74 | importantly to take a locked runlist rather than them locking it |
75 | which leads to lock reversal. | 75 | which leads to lock reversal. |
76 | - Truncate {a,c,m}time to the ntfs supported time granularity when | ||
77 | updating the times in the inode in ntfs_setattr(). | ||
76 | 78 | ||
77 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 79 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
78 | many bug fixes, cleanups, and enhancements... | 80 | many bug fixes, cleanups, and enhancements... |