From: Li Zefan Date: Tue, 10 Jul 2012 06:58:58 +0000 (-0600) Subject: Btrfs: zero unused bytes in inode item X-Git-Tag: v3.6-rc1~81^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293f7e07405a63975cee4e95a2cfa0c17b34b3aa;p=pandora-kernel.git Btrfs: zero unused bytes in inode item The otime field is not zeroed, so users will see random otime in an old filesystem with a new kernel which has otime support in the future. The reserved bytes are also not zeroed, and we'll have compatibility issue if we make use of those bytes. Signed-off-by: Li Zefan --- Reading git-diff-tree failed