From: Darrick J. Wong Date: Tue, 27 Mar 2018 22:43:37 +0000 (-0500) Subject: xfs_spaceman: remove incorrect linux/fs.h include X-Git-Tag: v4.16.0-rc1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19177e69bbb98bbaf3f64168e77848b7651cf64d;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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"