ctdb_call: remove requirement that read-only requests be FETCH_WITH_HEADER master
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 03:36:55 +0000 (14:06 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 03:42:11 +0000 (14:12 +1030)
commitb30329be7c8c2d6172c71817e34671902d694ebc
treef985edbe1f88729be876d1e04eea81803b1150ad
parent6489d0d9b8ec14c7764a1865618faf659800bcc3
ctdb_call: remove requirement that read-only requests be FETCH_WITH_HEADER

The original read-only record design had the client updating the local
copy of the header in the local tdb; ctdbd now does that itself, so
there's no reason that the client needs to fetch the record with header
to get a read-only copy.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
server/ctdb_call.c