From: Mimi Zohar Date: Wed, 9 Mar 2011 19:23:34 +0000 (-0500) Subject: xattr: define vfs_getxattr_alloc and vfs_xattr_cmp X-Git-Tag: v3.2-rc1~190^2~65^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1601fbad2b14e0b8d4dbb55e749bfe31e972818a;p=pandora-kernel.git xattr: define vfs_getxattr_alloc and vfs_xattr_cmp vfs_getxattr_alloc() and vfs_xattr_cmp() are two new kernel xattr helper functions. vfs_getxattr_alloc() first allocates memory for the requested xattr and then retrieves it. vfs_xattr_cmp() compares a given value with the contents of an extended attribute. Signed-off-by: Mimi Zohar Acked-by: Serge Hallyn --- Reading git-diff-tree failed