diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-06-24 18:31:09 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-26 11:09:21 -0700 |
commit | 622636c6e18a1013261bf924084d7a78a7cc86b1 (patch) | |
tree | 274c46d1cc9b9903f6adeb9cc0bf17eaded2674b /xlators/cluster/dht/src/dht-common.h | |
parent | ad7909163aef151b15638110119fb9adaf3dbcee (diff) |
rename dht_first_up_child to dht_first_up_subvol
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 1c2b6f443..f5c95b4cb 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -239,5 +239,6 @@ xlator_t *dht_free_disk_available_subvol (xlator_t *this, xlator_t *subvol); int dht_get_du_info_for_subvol (xlator_t *this, int subvol_idx); int dht_layout_inode_set (xlator_t *this, xlator_t *subvol, inode_t *inode); +xlator_t *dht_first_up_subvol (xlator_t *this); #endif /* _DHT_H */ |