From: Josef Bacik Date: Thu, 5 Apr 2012 19:03:02 +0000 (-0400) Subject: Btrfs: use i_version instead of our own sequence X-Git-Tag: v3.5-rc1~17^2~1^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4d2d95d06e920e0c61707e62c7fffc9c57f63a;p=pandora-kernel.git Btrfs: use i_version instead of our own sequence We've been keeping around the inode sequence number in hopes that somebody would use it, but nobody uses it and people actually use i_version which serves the same purpose, so use i_version where we used the incore inode's sequence number and that way the sequence is updated properly across the board, and not just in file write. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed