projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83cdadd
)
xfs: fix xfs_iomap_eof_prealloc_initial_size type
author
Mark Tinguely
<
[email protected]
>
Sun, 24 Feb 2013 19:04:37 +0000
(13:04 -0600)
committer
Ben Myers
<
[email protected]
>
Mon, 18 Mar 2013 18:38:50 +0000
(13:38 -0500)
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 <
[email protected]
>
Reviewed-by: Dave Chinner <
[email protected]
>
Signed-off-by: Ben Myers <
[email protected]
>
(cherry picked from commit
e8108cedb1c5d1dc359690d18ca997e97a0061d2
)
fs/xfs/xfs_iomap.c
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_iomap.c
b/fs/xfs/xfs_iomap.c
index b0b0f448e8434a08ccaf6fc4f75b9b23a2ad6c51..5a30dd899d2b32c38dbc1fc552e323d233f33e50 100644
(file)
--- a/
fs/xfs/xfs_iomap.c
+++ b/
fs/xfs/xfs_iomap.c
@@
-325,7
+325,7
@@
xfs_iomap_eof_want_preallocate(
* rather than falling short due to things like stripe unit/width alignment of
* real extents.
*/
-STATIC
in
t
+STATIC
xfs_fsblock_
t
xfs_iomap_eof_prealloc_initial_size(
struct xfs_mount *mp,
struct xfs_inode *ip,