Alex Elder 3c663bbdcd libceph: kill ceph_osdc_create_event() "one_shot" parameter
There is only one caller of ceph_osdc_create_event(), and it
provides 0 as its "one_shot" argument.  Get rid of that argument and
just use 0 in its place.

Replace the code in handle_watch_notify() that executes if one_shot
is nonzero in the event with a BUG_ON() call.

While modifying "osd_client.c", give handle_watch_notify() static
scope.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2013-02-18 12:20:00 -06:00
..
2012-07-19 10:48:00 -07:00
2013-01-10 22:49:30 -08:00
2012-12-11 14:08:47 -08:00
2013-01-03 13:00:01 +01:00
2012-12-22 00:03:00 -08:00
2013-01-11 12:09:04 -08:00
2012-09-26 21:10:25 -04:00