]> 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)
commitb9d43369609303fc935e31ba1b01e3ac621f64a3
treeb6b006d7eafbb274a70c7fbae7a36c602123c827
parentc60ff208427a3726dc040cde9512f28573143631
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.033028 seconds and 5 git commands to generate.