Whamcloud - gitweb
ext4: add support for printing the error code associated with an error
authorTheodore Ts'o <tytso@mit.edu>
Sat, 28 Mar 2020 20:51:52 +0000 (16:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 Apr 2020 04:10:47 +0000 (00:10 -0400)
commita4ce6ecc4979faccd6cec1ba7e7b391d3b097244
tree8f38f8fea91b43e28092754f580044d41bcea1b6
parent8fd92e9af006da392d667775b8bbe0db9e8639d2
ext4: add support for printing the error code associated with an error

The error code allows the kernel to bucket the possible cause of an
ext4 corruption by Unix errno codes (e.g., EIO, EFSBADCRC, ESHUTDOWN,
etc.)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/e2p/Makefile.in
lib/e2p/e2p.h
lib/e2p/errcode.c [new file with mode: 0644]
lib/e2p/ls.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/tst_super_size.c