diff options
| author | Amar Tumballi <amar@gluster.com> | 2011-02-18 02:55:38 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-18 23:32:32 -0800 | 
| commit | bf767b85e3e92ec4bad52c6af141299d2afa4480 (patch) | |
| tree | c368a82692d71e757c327ef8e49658109c9fb0b1 /xlators/cluster/dht/src/dht.c | |
| parent | 069d7765898ef6f8d1334b23bf8ed9aee017b47a (diff) | |
cluster/dht : implement a fsetxattr() command
Thanks to Jeff Darcy <jdarcy(at)redhat.com> for the patch
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2319 (DHT uses wrong subvolume for fsetxattr)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2319
Diffstat (limited to 'xlators/cluster/dht/src/dht.c')
| -rw-r--r-- | xlators/cluster/dht/src/dht.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c index 93d01f13a..3f81ba755 100644 --- a/xlators/cluster/dht/src/dht.c +++ b/xlators/cluster/dht/src/dht.c @@ -491,6 +491,7 @@ struct xlator_fops fops = {  	.access      = dht_access,  	.readlink    = dht_readlink,  	.setxattr    = dht_setxattr, +	.fsetxattr   = dht_fsetxattr,  	.getxattr    = dht_getxattr,  	.removexattr = dht_removexattr,  	.open        = dht_open,  | 
