vfs_gpfs: Remove xattr functions
authorChristof Schmitt <cs@samba.org>
Wed, 23 Mar 2016 05:43:49 +0000 (22:43 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 1 Apr 2016 17:28:23 +0000 (19:28 +0200)
commit16ef4973660e15aa3f03057e56557477ece82c09
treef63f7e655701770d5e8dca456cb9912c7f561b30
parentf20aed5c17769c09bb3ecce59628ecac7b337b0c
vfs_gpfs: Remove xattr functions

The xattr functions intercepted only the calls from dosmode. With the
implementation of the dos_attribute interface, the xattr codepaths never
get called and can be removed.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_gpfs.c