commit | 89e25cfdbf206d6840dc92385ee839dd850294db | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@clusterfs.com> | Thu Nov 08 17:56:12 2001 -0700 |
committer | Andreas Dilger <adilger@clusterfs.com> | Thu Nov 08 17:56:12 2001 -0700 |
tree | 8213d6c6b61af49ab2f78092a92be89f0ec14a0a | |
parent | 1a6bb6274fc0a0fff9072dd63b39e716cb94d4ed [diff] |
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.