rbd: combine rbd sync watch/unwatch functions
commit907703d050df92979b3848ee42f88d5c9c6c13fe
authorAlex Elder <elder@inktank.com>
Wed, 14 Nov 2012 03:11:15 +0000 (13 21:11 -0600)
committerAlex Elder <elder@inktank.com>
Thu, 17 Jan 2013 22:34:58 +0000 (17 16:34 -0600)
treef8afc0441dcbb856b3c9d2df6f0c11e456aecaba
parent0903e875caa93e1fb231dd66c69b118dbdad25cb
rbd: combine rbd sync watch/unwatch functions

The rbd_req_sync_watch() and rbd_req_sync_unwatch() functions are
nearly identical.  Combine them into a single function with a flag
indicating whether a watch is to be initiated or torn down.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c