commit | 3325beed46d8d14d873e94d89ea57ee900dec942 | [log] [tgz] |
---|---|---|
author | Mark Tinguely <tinguely@sgi.com> | Sun Feb 24 13:04:37 2013 -0600 |
committer | Ben Myers <bpm@sgi.com> | Mon Mar 18 13:38:50 2013 -0500 |
tree | a141b731fc45732c6e0abda9d66d710f840d017c | |
parent | 83cdadd8b0559c93728d065d23ca3485fa567e54 [diff] |
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> (cherry picked from commit e8108cedb1c5d1dc359690d18ca997e97a0061d2)