From: Brian Foster Date: Tue, 6 Nov 2012 14:50:40 +0000 (-0500) Subject: xfs: create helper to check whether to free eofblocks on inode X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b53efa4a6125a4c334871c58268c430605819a;p=pandora-kernel.git xfs: create helper to check whether to free eofblocks on inode This check is used in multiple places to determine whether we should check for (and potentially free) post EOF blocks on an inode. Add a helper to consolidate the check. Note that when we remove an inode from the cache (xfs_inactive()), we are required to trim post-EOF blocks even if the inode is marked preallocated or append-only to maintain correct space accounting. The 'force' parameter to xfs_can_free_eofblocks() specifies whether we should ignore the prealloc/append-only status of the inode. Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed