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)
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

diff --cc block/genhd.c
Simple merge