diff options
| author | Anand V. Avati <avati@amp.gluster.com> | 2009-05-22 02:10:32 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-05-22 01:26:20 -0700 | 
| commit | abb075def55110f606ff43e64933afee61dea261 (patch) | |
| tree | 7c303d78575caa6f5992bda463affc17efbc87a0 /libglusterfs | |
| parent | 6d5aff7bfd2403aa132d41c659c76abaf58f0503 (diff) | |
THIS: use xlator_init() for initializing xlators
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/xlator.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 0f76d9c7fe7..c20499de27e 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -728,7 +728,7 @@ xlator_init_rec (xlator_t *xl)  	if (!ret && !xl->ready) {  		ret = -1;  		if (xl->init) { -			ret = xl->init (xl); +			ret = xlator_init (xl);  			if (ret) {  				gf_log ("xlator", GF_LOG_ERROR,  					"Initialization of volume '%s' failed,"  | 
