]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: output large directory size
authorArtem Blagodarenko <artem.blagodarenko@gmail.com>
Tue, 5 Feb 2019 22:10:05 +0000 (17:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 5 Feb 2019 22:11:26 +0000 (17:11 -0500)
commit453a2f6175ff29534aa3cf7da5a0bff05792dd6b
treee7b7654c249ece6878b8b3c8d7239079bdf9c266
parent49f28a06b73816b57880c47c2e0636a351ab6ff0
debugfs: output large directory size

large_dir option allows to create directory with size > 2GB.
debugfs utility outputs negative size value for large directories
and ignores high part of directory size.

Fix debugfs to use high part of directory size in debugfs output
and use appropriate output format.

Signed-off-by: Artem Blagodarenko <artem.blagodarenko@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
debugfs/ls.c