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: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=d61c29d32fabc995aef57848f33a75d5bc4469e9 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 1bffa115..edbb3f2f 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