diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-04-12 07:41:18 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-04-14 18:15:58 -0700 |
commit | 89d139d5ad465e35a9c602421eb1a1ff08ea530d (patch) | |
tree | 68010b421d6581a202ef198f5dd12cba1020cdd5 /fs/xfs/libxfs/xfs_health.h | |
parent | 1302c6a24fd952555aa6dc811cec5b2a22ac386a (diff) | |
download | linux-89d139d5ad465e35a9c602421eb1a1ff08ea530d.tar.bz2 |
xfs: report inode health via bulkstat
Use space in the bulkstat ioctl structure to report any problems
observed with the inode.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_health.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_health.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_health.h b/fs/xfs/libxfs/xfs_health.h index e392457023a4..49ddfeac19f2 100644 --- a/fs/xfs/libxfs/xfs_health.h +++ b/fs/xfs/libxfs/xfs_health.h @@ -185,5 +185,6 @@ xfs_inode_is_healthy(struct xfs_inode *ip) void xfs_fsop_geom_health(struct xfs_mount *mp, struct xfs_fsop_geom *geo); void xfs_ag_geom_health(struct xfs_perag *pag, struct xfs_ag_geometry *ageo); +void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bstat *bs); #endif /* __XFS_HEALTH_H__ */ |