From 19177e69bbb98bbaf3f64168e77848b7651cf64d Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 27 Mar 2018 17:43:37 -0500 Subject: [PATCH] xfs_spaceman: remove incorrect linux/fs.h include Remove the direct linux/fs.h include from spaceman because all xfs utilities should include xfs.h so that we can wrap missing kernel header declarations properly. Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- spaceman/trim.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spaceman/trim.c b/spaceman/trim.c index 6df9e6a96..c1efb524a 100644 --- a/spaceman/trim.c +++ b/spaceman/trim.c @@ -17,7 +17,6 @@ */ #include "libxfs.h" -#include #include "command.h" #include "init.h" #include "path.h" -- 2.47.2