From: Christoph Hellwig Date: Wed, 29 Feb 2012 09:53:49 +0000 (+0000) Subject: xfs: do not require an ioend for new EOF calculation X-Git-Tag: v3.4-rc1~121^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6923e686f19cb7017fc9777a10e06c2e2b2a2936;p=pandora-kernel.git xfs: do not require an ioend for new EOF calculation Replace xfs_ioend_new_eof with a new inline xfs_new_eof helper that doesn't require and ioend, and is available also outside of xfs_aops.c. Also make the code a bit more clear by using a normal if statement instead of a slightly misleading MIN(). Reviewed-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed