The attr v2.4.48 has removed <attr/xattr.h>, so remove the check for the <attr/xattr.h>, and use <sys/xattr.h> instead in t_immutable. And, It's timing to remove useless xattr.h from fsstress. Changelog: v2: remove useless xattr.h from fsstress Lu Fengqi (3): fsstress: remove include <attr/xattr.h> src/t_immutable: use sys/xattr.h instead of attr/xattr.h build: remove <attr/xattr.h> check configure.ac | 1 - ltp/fsstress.c | 3 --- m4/package_attrdev.m4 | 11 ----------- src/t_immutable.c | 2 +- 4 files changed, 1 insertion(+), 16 deletions(-) -- 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