From: Lu Fengqi Date: Wed, 27 Jun 2018 10:18:52 +0000 (+0800) Subject: fsstress: remove include X-Git-Tag: v2022.05.01~1468 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d61c29d32fabc995aef57848f33a75d5bc4469e9;p=users%2Fhch%2Fxfstests-dev.git fsstress: remove include Since commit de6d86177ff8 ("QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passed through to test_dev. Merge of master-melb:xfs-cmds:24763a by kenmcd.") remove llistxattr from fsstress, xattr.h is useless. Signed-off-by: Lu Fengqi Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 1bffa115b..edbb3f2f8 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -10,9 +10,6 @@ #include #include "global.h" -#ifdef HAVE_ATTR_XATTR_H -#include -#endif #ifdef HAVE_ATTR_ATTRIBUTES_H #include #endif