diff mbox

[v2,1/3] fsstress: remove include <attr/xattr.h>

Message ID 20180627101854.13158-2-lufq.fnst@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lu Fengqi June 27, 2018, 10:18 a.m. UTC
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@cn.fujitsu.com>
---
v2: remove useless xattr.h
 ltp/fsstress.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

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