aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_health.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_health.c')
-rw-r--r--fs/xfs/xfs_health.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/xfs/xfs_health.c b/fs/xfs/xfs_health.c
index 4c4929f9e7bf..8e0cb05a7142 100644
--- a/fs/xfs/xfs_health.c
+++ b/fs/xfs/xfs_health.c
@@ -9,12 +9,8 @@
9#include "xfs_format.h" 9#include "xfs_format.h"
10#include "xfs_log_format.h" 10#include "xfs_log_format.h"
11#include "xfs_trans_resv.h" 11#include "xfs_trans_resv.h"
12#include "xfs_bit.h"
13#include "xfs_sb.h" 12#include "xfs_sb.h"
14#include "xfs_mount.h" 13#include "xfs_mount.h"
15#include "xfs_defer.h"
16#include "xfs_da_format.h"
17#include "xfs_da_btree.h"
18#include "xfs_inode.h" 14#include "xfs_inode.h"
19#include "xfs_trace.h" 15#include "xfs_trace.h"
20#include "xfs_health.h" 16#include "xfs_health.h"
@@ -373,7 +369,7 @@ static const struct ioctl_sick_map ino_map[] = {
373void 369void
374xfs_bulkstat_health( 370xfs_bulkstat_health(
375 struct xfs_inode *ip, 371 struct xfs_inode *ip,
376 struct xfs_bstat *bs) 372 struct xfs_bulkstat *bs)
377{ 373{
378 const struct ioctl_sick_map *m; 374 const struct ioctl_sick_map *m;
379 unsigned int sick; 375 unsigned int sick;