From: Dave Chinner Date: Mon, 11 Jan 2010 11:47:40 +0000 (+0000) Subject: xfs: rename xfs_get_perag X-Git-Tag: v2.6.34-rc1~278^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5017e97d52628fb8ae56e434e86ac2e72ddaac2b;p=pandora-kernel.git xfs: rename xfs_get_perag xfs_get_perag is really getting the perag that an inode belongs to based on it's inode number. Convert the use of this function to just get the perag from a provided ag number. Use this new function to obtain the per-ag structure when traversing the per AG inode trees for sync and reclaim. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed