block: remove non-syncing __disk_block_events() and fold it into disk_block_events()
authorTejun Heo <tj@kernel.org>
Thu, 9 Jun 2011 18:43:55 +0000 (20:43 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 9 Jun 2011 18:43:55 +0000 (20:43 +0200)
commitc3af54afbac3675337cedf326b7b127ffa7f7327
treecc49ada3a2ef88f1415af73635cff7d062615856
parenta9dce2a3b4f0686dd66cb44d4826a59508bce969
block: remove non-syncing __disk_block_events() and fold it into disk_block_events()

After the previous update to disk_check_events(), nobody is using
non-syncing __disk_block_events().  Remove @sync and, as this makes
__disk_block_events() virtually identical to disk_block_events(),
remove the underscore prefixed version.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/genhd.c