From: Mark Tinguely Date: Sun, 24 Feb 2013 19:04:37 +0000 (-0600) Subject: xfs: fix xfs_iomap_eof_prealloc_initial_size type X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~58^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8108cedb1c5d1dc359690d18ca997e97a0061d2;p=pandora-kernel.git xfs: fix xfs_iomap_eof_prealloc_initial_size type Fix the return type of xfs_iomap_eof_prealloc_initial_size() to xfs_fsblock_t to reflect the fact that the return value may be an unsigned 64 bits if XFS_BIG_BLKNOS is defined. Signed-off-by: Mark Tinguely Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed