From: Tejun Heo Date: Wed, 15 Feb 2012 08:45:49 +0000 (+0100) Subject: block: replace icq->changed with icq->flags X-Git-Tag: v3.3~15^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d705ae6b133f9f6a8beee617b1224b6a5c99c5da;p=pandora-kernel.git block: replace icq->changed with icq->flags icq->changed was used for ICQ_*_CHANGED bits. Rename it to flags and access it under ioc->lock instead of using atomic bitops. ioc_get_changed() is added so that the changed part can be fetched and cleared as before. icq->flags will be used to carry other flags. Signed-off-by: Tejun Heo Tested-by: Shaohua Li Signed-off-by: Jens Axboe --- Reading git-diff-tree failed