diff options
author | Amar Tumballi <amar@gluster.com> | 2010-10-14 02:34:31 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-24 22:43:20 -0700 |
commit | 1e1f97a89cdd454bcfbf158ae7520932bacb1aa1 (patch) | |
tree | 53e755f5e8200b442e0459dc897190730aef45de /xlators/protocol/client/src/client-lk.c | |
parent | 44b27f7ec27173c5d12c12aa3947cc1f409d8c1f (diff) |
client: move reopen{,dir} code to handshake file
and minor log level changes
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875
Diffstat (limited to 'xlators/protocol/client/src/client-lk.c')
-rw-r--r-- | xlators/protocol/client/src/client-lk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client-lk.c b/xlators/protocol/client/src/client-lk.c index 386af4a07eb..ee595225735 100644 --- a/xlators/protocol/client/src/client-lk.c +++ b/xlators/protocol/client/src/client-lk.c @@ -614,7 +614,7 @@ decrement_reopen_fd_count (xlator_t *this, clnt_conf_t *conf) if (fd_count == 0) { gf_log (this->name, GF_LOG_DEBUG, - "All locks healed on the last fd - notifying CHILDUP"); + "last fd open'd/lock-self-heal'd - notifying CHILD-UP"); client_notify_parents_child_up (this); } |