]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: ensure op rwm flags are checked before they are initialized
authorJason Dillaman <dillaman@redhat.com>
Fri, 23 Oct 2015 18:15:54 +0000 (14:15 -0400)
committerAbhishek Varshney <abhishek.varshney@flipkart.com>
Wed, 18 Nov 2015 07:33:41 +0000 (13:03 +0530)
commit6750cab2d6f2c5f928f9c2d2c356047f93e9ce30
treee91a2ecfefc2b2f4c0ce5b838576fbb980b9b9fd
parentbb2ecea240f3a1d525bcb35670cb07bd1f0ca299
osd: ensure op rwm flags are checked before they are initialized

These flags are now lazy-initialized within the PG thread at the
start of op processing instead of once the message is received.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 652856321b0f14293cd885c865552d5b7e787f9a)
src/osd/OpRequest.cc