]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: fix xfs_iomap_eof_prealloc_initial_size type
authorMark Tinguely <tinguely@sgi.com>
Sun, 24 Feb 2013 19:04:37 +0000 (13:04 -0600)
committerBen Myers <bpm@sgi.com>
Thu, 7 Mar 2013 18:29:59 +0000 (12:29 -0600)
commita11f9b70b9bf4c24316013dffc544b06b696e4f7
tree46cd605479f0e003cdf53d17bec1ca880345e401
parent2227281214982115cda60737de8346a7a8284093
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 <tinguely@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_iomap.c