From: Theodore Ts'o Date: Wed, 30 Sep 2009 05:13:55 +0000 (-0400) Subject: ext4: Fix time encoding with extra epoch bits X-Git-Tag: v2.6.32-rc3~60^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fccc0696bcaff6008c11865091f5ec4b0937ab;p=pandora-kernel.git 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" --- Reading git-diff-tree failed