]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/ls.c
debugfs: with ls -l, include space between size and date
authorEric Biggers <ebiggers@google.com>
Mon, 13 Feb 2017 00:01:40 +0000 (16:01 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Feb 2017 16:31:02 +0000 (11:31 -0500)
commitf8dd9510a55695bd99f6e5cf9c942e109feaaacb
tree3807546fa539671945f13392819ffef21bec2d32
parentc890dbb2a6e803abd69caa97de9340532f568191
debugfs: with ls -l, include space between size and date

Before:
     11   40700 (2)      0      0   1228812-Feb-2017 12:51 lost+found

After:
     11   40700 (2)      0      0   12288 12-Feb-2017 12:51 lost+found

Fixes: 68a1de3df340 ("debugfs: pretty print encrypted filenames in the ls command")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
debugfs/ls.c