From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> 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 <darrick.wong@xxxxxxxxxx> --- spaceman/trim.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spaceman/trim.c b/spaceman/trim.c index 6df9e6a..c1efb52 100644 --- a/spaceman/trim.c +++ b/spaceman/trim.c @@ -17,7 +17,6 @@ */ #include "libxfs.h" -#include <linux/fs.h> #include "command.h" #include "init.h" #include "path.h" -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html