summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-04-15 11:36:46 +0000
committerAlasdair Kergon <agk@redhat.com>2008-04-15 11:36:46 +0000
commit0170f7b42ae61d49f32f6f27e12674d9905c0922 (patch)
tree9afe619aa6a816d6d10a7f7a5ffe6484811e9c50 /daemons
parent74bb6ead95f44ead3f3734d8ec8130e54139a9b0 (diff)
downloadlvm2-0170f7b42ae61d49f32f6f27e12674d9905c0922.tar.gz
rename P_global to P_#global
Diffstat (limited to 'daemons')
-rw-r--r--daemons/clvmd/clvmd-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/clvmd/clvmd-command.c b/daemons/clvmd/clvmd-command.c
index 717a73f71..2d9e21a1e 100644
--- a/daemons/clvmd/clvmd-command.c
+++ b/daemons/clvmd/clvmd-command.c
@@ -118,8 +118,8 @@ int do_command(struct local_client *client, struct clvm_header *msg, int msglen,
lockname = &args[2];
/* Check to see if the VG is in use by LVM1 */
status = do_check_lvm1(lockname);
- /* P_global causes a cache refresh */
- if (strcmp(lockname, "P_global") == 0)
+ /* P_#global causes a cache refresh */
+ if (strcmp(lockname, "P_#global") == 0)
do_refresh_cache();
break;