diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-03 10:53:27 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2012-03-05 01:11:26 +0100 |
commit | a3e6f550657f2b71634ae87f0d8c7bd9e6eef921 (patch) | |
tree | 4296173d751b699d6378272e9e73e3cf6b5fb586 /source3/lib/fstring.c | |
parent | c23b2bdea1549af661dc483c1fb4a7ce0d8f2982 (diff) | |
download | samba-a3e6f550657f2b71634ae87f0d8c7bd9e6eef921.tar.gz samba-a3e6f550657f2b71634ae87f0d8c7bd9e6eef921.tar.bz2 samba-a3e6f550657f2b71634ae87f0d8c7bd9e6eef921.zip |
dbwrap_ctdb: handle read-only records.
The new read-only record flags make determining if we can use a record
a bit more complex, so extract it into its own function.
The OLD logic was:
1) If the record doesn't exist, we can't use it.
2) If we are the dmaster for the record, we can use it.
The new logic is:
1) If the record doesn't exist, we can't use it.
2) If we are the dmaster for the record, we can use it IF we only
want read-only access, OR there are no read-only delegations.
3) If we are not dmaster, we can only use it if we want read-only
access and it is marked as a read-only copy.
This logic is unused until the next patches which begin to ask
for read-only copies of records.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'source3/lib/fstring.c')
0 files changed, 0 insertions, 0 deletions