]> sourceware.org Git - lvm2.git/commit
fix bad 'strcmp's in 'decode_lock_type' - missing !'s
authorJonathan Earl Brassow <jbrassow@redhat.com>
Tue, 1 Feb 2011 17:31:40 +0000 (17:31 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Tue, 1 Feb 2011 17:31:40 +0000 (17:31 +0000)
commite7cb9788c4da1a41bfe8f86af987c0fb69b81e87
treeb6b006d7eafbb274a70c7fbae7a36c602123c827
parentd6833cc7fa4fdbf560694f5dbe5562ccbffae0c1
fix bad 'strcmp's in 'decode_lock_type' - missing !'s

There was no effect from having this wrong yet, because the
tree of callers only ever cared about the answer to the first
condition (!response), which determines whether a lock is
held or not.  Correct responses, however, are needed soon.
lib/locking/cluster_locking.c
This page took 0.034226 seconds and 5 git commands to generate.