xattr: define vfs_getxattr_alloc and vfs_xattr_cmp
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Wed, 9 Mar 2011 19:23:34 +0000 (14:23 -0500)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Mon, 18 Jul 2011 16:29:39 +0000 (12:29 -0400)
commit1601fbad2b14e0b8d4dbb55e749bfe31e972818a
treeca9271af43fc7b0edaaa9e5464a82d3b427db8b2
parentf381c272224f5f158f5cff64f8f3481fa0eee8b3
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 <zohar@us.ibm.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
fs/xattr.c
include/linux/xattr.h
This page took 0.087391 seconds and 5 git commands to generate.