From: Jie Liu Date: Mon, 1 Jul 2013 13:51:32 +0000 (+0800) Subject: xfs: clean up unused codes at xfs_bulkstat() X-Git-Tag: v3.11-rc1~18^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cee4c5b7b706157554cb06ca949997240da725a;p=pandora-kernel.git xfs: clean up unused codes at xfs_bulkstat() There are some unused codes at xfs_bulkstat(): - Variable bp is defined to point to the on-disk inode cluster buffer, but it proved to be of no practical help. - We process the chunks of good inodes which were fetched by iterating btree records from an AG. When processing inodes from each chunk, the code recomputing agbno if run into the first inode of a cluster, however, the agbno is not being used thereafter. This patch tries to clean up those things. Signed-off-by: Jie Liu Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed