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 <lufq.fnst@xxxxxxxxxxxxxx> --- v2: remove useless xattr.h ltp/fsstress.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 1bffa115bf2d..edbb3f2f8fb9 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -10,9 +10,6 @@ #include <stddef.h> #include "global.h" -#ifdef HAVE_ATTR_XATTR_H -#include <attr/xattr.h> -#endif #ifdef HAVE_ATTR_ATTRIBUTES_H #include <attr/attributes.h> #endif -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html