[sheepdog] [PATCH 1/5] farm: add concurrent access support to the same object
Christoph Hellwig
hch at infradead.org
Sat Jun 2 15:54:40 CEST 2012
Can you add some comments describing on why we lock here? The sheepdog
protocol assumes only one VM writes to any given object, so for "normal"
operations it's not nessecary. The only use case is protecting against
recovery, so is there any reason we can't avoid the locking if a node
is not currently undergoing recovery operations?
More information about the sheepdog
mailing list