vfs/glusterfs: Change xattr key to match gluster key.
authorraghavendra talur <raghavendra.talur@gmail.com>
Wed, 10 Dec 2014 15:45:03 +0000 (21:15 +0530)
committerMichael Adam <obnox@samba.org>
Wed, 17 Dec 2014 17:45:06 +0000 (18:45 +0100)
commitaf9ec9fea5a730023cdee6e236f9585e3a18b0e6
tree4aecb074511fadade9213d3c65705d075d0cad6a
parent051b81aac81c7ccb234da221e9f8272b70b265ce
vfs/glusterfs: Change xattr key to match gluster key.

Gluster changed the key used to do get_real_filename
in 3.5. This changes Samba's glusterfs vfs-module
to use the same key.

This will render SMB_VFS_GET_REALFILENAME() working
again under 3.5 and will remove support for that functionality
for Gluster 3.4 and older.

Signed-off-by: raghavendra talur <raghavendra.talur@gmail.com>
Reviewed-by: Ira Cooper <ira@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/vfs_glusterfs.c