From: Tejun Heo Date: Thu, 9 Jun 2011 18:43:55 +0000 (+0200) Subject: block: remove non-syncing __disk_block_events() and fold it into disk_block_events() X-Git-Tag: v3.0-rc5~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3af54afbac3675337cedf326b7b127ffa7f7327;p=pandora-kernel.git 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 Cc: Jens Axboe Signed-off-by: Jens Axboe --- Reading git-diff-tree failed