From: Dave Chinner Date: Mon, 23 Apr 2012 05:58:50 +0000 (+1000) Subject: xfs: kill b_file_offset X-Git-Tag: v3.5-rc1~91^2~23 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1cbee46269a3b707eb99b37f33afdd4cfaaea4;p=pandora-kernel.git xfs: kill b_file_offset Seeing as we pass block numbers around everywhere in the buffer cache now, it makes no sense to index everything by byte offset. Replace all the byte offset indexing with block number based indexing, and replace all uses of the byte offset with direct conversion from the block index. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed