Whamcloud - gitweb
misc: use unsigned long long for file block count in filefrag
authorVitaliy Filippov <vitalif@yourcmc.ru>
Mon, 26 May 2014 16:08:35 +0000 (12:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 May 2014 16:12:05 +0000 (12:12 -0400)
commit7133644eec17768ceddcbc97d42d3b242ab692e3
tree780157e7ad1facd4821d4712845652e57e1b4092
parent2eb0ed09d968ac86d9c6e241d3c78e7d4395383a
misc: use unsigned long long for file block count in filefrag

This patch fixes incorrect reporting of file block count on 32-bit platforms.

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