]> git.itanic.dy.fi Git - linux-stable/commit
ext4: export information about first/last errors via /sys/fs/ext4/<dev>
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Dec 2019 23:44:49 +0000 (18:44 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Dec 2019 16:29:10 +0000 (11:29 -0500)
commit4549b49f82ab40c214778f316b6898aa4132723a
treefc799e33431f444e06f625237ac66f3dff368dcb
parent46f870d690fecc792a66730dcbbf0aa109f5f9ab
ext4: export information about first/last errors via /sys/fs/ext4/<dev>

Make {first,last}_error_{ino,block,line,func,errcode} available via
sysfs.

Also add a missing newline for {first,last}_error_time.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/sysfs.c