Report directories that are the source of corruption in the directory
tree. While we're at it, add the documentation updates for the new
reporting flags and scrub type.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
.TP
.B XFS_BS_SICK_PARENT
Parent pointers.
+.TP
+.B XFS_BS_SICK_DIRTREE
+Directory is the source of corruption in the directory tree.
.RE
.SH ERRORS
Error codes can be one of, but are not limited to, the following:
.TP
.B XFS_BS_SICK_PARENT
Parent pointers.
+.TP
+.B XFS_BS_SICK_DIRTREE
+Directory is the source of corruption in the directory tree.
.RE
.SH RETURN VALUE
On error, \-1 is returned, and
.mask = XFS_BS_SICK_PARENT,
.descr = "parent pointers",
},
+ {
+ .mask = XFS_BS_SICK_DIRTREE,
+ .descr = "directory tree structure",
+ },
{0},
};