commit | c1fccc0696bcaff6008c11865091f5ec4b0937ab | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Sep 30 01:13:55 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 30 01:13:55 2009 -0400 |
tree | 0e8269e07d40278c136b7f93aba7ab118f75f532 | |
parent | 0ef122494020521309be855bfdeeb41f34bf8c94 [diff] |
ext4: Fix time encoding with extra epoch bits "Looking at ext4.h, I think the setting of extra time fields forgets to mask the epoch bits so the epoch part overwrites nsec part. The second change is only for coherency (2 -> EXT4_EPOCH_BITS)." Thanks to Damien Guibouret for pointing out this problem. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>