Whamcloud - gitweb
Support very large files with debugfs (first pass).
authorAndreas Dilger <adilger@clusterfs.com>
Fri, 9 Nov 2001 00:56:12 +0000 (17:56 -0700)
committerAndreas Dilger <adilger@clusterfs.com>
Fri, 9 Nov 2001 00:56:12 +0000 (17:56 -0700)
commit89e25cfdbf206d6840dc92385ee839dd850294db
tree8213d6c6b61af49ab2f78092a92be89f0ec14a0a
parent1a6bb6274fc0a0fff9072dd63b39e716cb94d4ed
Support very large files with debugfs (first pass).

If a file is created with "dd if=/dev/zero of=<file> bs=1k skip=2047M"
it is created properly by the kernel, but fails to be seen properly
by debugfs - the blocks are not shown by stat <inum>, nor can they
be found by icheck.  This change fixes that.
debugfs/debugfs.c
debugfs/icheck.c
debugfs/lsdel.c