From d55d47038f753da0c5dfc2388bdd4ea4f55a8ebf Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 4 Apr 2012 10:07:56 +1000 Subject: [PATCH] fs-xattrc-listxattr-fall-back-to-vmalloc-if-kmalloc-failed-fix Signed-off-by: Andrew Morton --- fs/xattr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/xattr.c b/fs/xattr.c index ceea6f78fc88..d14afbae3c13 100644 --- a/fs/xattr.c +++ b/fs/xattr.c @@ -19,8 +19,9 @@ #include #include #include -#include +#include +#include /* * Check permissions for extended attribute access. This is a bit complicated -- 2.39.5