Whamcloud - gitweb
Fix filefrag to be 32-bit clean
authorTheodore Ts'o <tytso@mit.edu>
Sat, 22 Apr 2006 08:49:09 +0000 (04:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 22 Apr 2006 08:49:09 +0000 (04:49 -0400)
commit40198dd0bbf494c36881155e4227923cfe00abe6
tree919be2fb49e894935b57bd78a8b3bc639f5be86f
parentb116e781f6ea9b16d88741e9f1b4a9d0448807fa
Fix filefrag to be 32-bit clean

Currently filefrag uses signed int for block numbers, thus it reporting
corrupted block number for a file on a more than 8TB ext3. The following
trivial patch replace the signed int type block number with "unsigned
long type.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/ChangeLog
misc/filefrag.c