s3: Use serverids_exist in parse_share_modes
authorVolker Lendecke <vl@samba.org>
Wed, 26 Oct 2011 11:43:07 +0000 (13:43 +0200)
committerVolker Lendecke <vlendec@samba.org>
Thu, 27 Oct 2011 18:28:31 +0000 (20:28 +0200)
commit4a96b629a69d06abe73490f03bf6d62cdda08cd6
treedf96e924d0a9f04eaea170c11e925b3df4b55028
parent37d7d523589cfa69220b60a37abbb5aefb11f338
s3: Use serverids_exist in parse_share_modes

This is the main reason for the preceding commits. We need to reduce the number
of round-trips to ctdb when checking the locking record entries for existence.
Using the plural version of process_exists gets the number of round-trips to
ctdb for process_exists down to 1.
source3/locking/locking.c