Whamcloud - gitweb
filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return
authorTheodore Ts'o <tytso@mit.edu>
Sat, 21 May 2005 03:10:35 +0000 (23:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 21 May 2005 03:10:35 +0000 (23:10 -0400)
commit8198e7912663eb13680391979bfb6177f478e9e0
tree14e548e3ec17ec70675bf72512af4ca91fcf89fe
parentce1250c8415c040a4c25fdced2a2ae91ddfc3d6d
filefrag.c (frag_report, get_bmap): The FIBMAP and FIGETBSZ ioctls return
an integer, not an unsigned long.  Fix this to avoid problems on 64-bit
platforms where the size of an integer != the size of a long.
(Addresses Debian Bug #309655)
misc/ChangeLog
misc/filefrag.c