aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
diff options
context:
space:
mode:
authorJie Liu <jeff.liu@oracle.com>2013-07-01 21:51:32 +0800
committerBen Myers <bpm@sgi.com>2013-07-09 15:36:21 -0500
commit9cee4c5b7b706157554cb06ca949997240da725a (patch)
tree638109543b7107a3673adc885fd6c1c34d0e6bb7 /fs/pstore
parenta69c7c077228b0bef38ccb1d385c099e132fe54b (diff)
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 <jeff.liu@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/pstore')
0 files changed, 0 insertions, 0 deletions