OSDN Git Service

staging: lustre: acl: Remove lustre_posix_acl_xattr_free wrapper
authorShivani Bhardwaj <shivanib134@gmail.com>
Mon, 9 Nov 2015 18:54:17 +0000 (00:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 23:40:18 +0000 (15:40 -0800)
commit97c2bb7bc5faf5e264c73bbe03517f2eac34b292
tree9e3f73fd58503c597634193321d56b3bf417fce7
parentbc2105370e6efdcc7648390246df4131a13e5016
staging: lustre: acl: Remove lustre_posix_acl_xattr_free wrapper

Remove the wrapper function lustre_posix_acl_xattr_free() and replace its
call in the file xattr with the function kfree() that it wrapped. Also,
its prototype from the header lustre_eacl is removed as it is no longer
of any use.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_eacl.h
drivers/staging/lustre/lustre/llite/xattr.c
drivers/staging/lustre/lustre/obdclass/acl.c