From: Dave Jones Date: Thu, 5 Apr 2012 21:25:06 +0000 (-0700) Subject: fs/xattr.c: suppress page allocation failure warnings from sys_listxattr() X-Git-Tag: v3.4-rc2~15^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703bf2d122c95412a30f72658c53ad6292867b0b;p=pandora-kernel.git fs/xattr.c: suppress page allocation failure warnings from sys_listxattr() This size is user controllable, up to a maximum of XATTR_LIST_MAX (64k). So it's trivial for someone to trigger a stream of order:4 page allocation errors. Signed-off-by: Dave Jones Cc: Al Viro Cc: Dave Chinner Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed