* fhandler_disk_file.cc (fhandler_disk_file::fgetxattr): Remove unused

attr.
	(fhandler_disk_file::fsetxattr): Ditto.
	* include/attr/xattr.h: New file.
This commit is contained in:
Corinna Vinschen
2008-02-11 19:03:36 +00:00
parent 001e850653
commit dbc81478fa
3 changed files with 53 additions and 4 deletions

View File

@ -949,8 +949,6 @@ cant_access_acl:
ssize_t
fhandler_disk_file::fgetxattr (const char *name, void *value, size_t size)
{
OBJECT_ATTRIBUTES attr;
if (pc.is_fs_special ())
{
set_errno (ENOTSUP);
@ -963,8 +961,6 @@ int
fhandler_disk_file::fsetxattr (const char *name, const void *value, size_t size,
int flags)
{
OBJECT_ATTRIBUTES attr;
if (pc.is_fs_special ())
{
set_errno (ENOTSUP);