From: Jens Axboe Date: Mon, 16 Feb 2009 09:25:40 +0000 (+0100) Subject: block: fix bad definition of BIO_RW_SYNC X-Git-Tag: v2.6.29-rc6~40^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93dbb393503d53cd226e5e1f0088fe8f4dbaa2b8;p=pandora-kernel.git block: fix bad definition of BIO_RW_SYNC We can't OR shift values, so get rid of BIO_RW_SYNC and use BIO_RW_SYNCIO and BIO_RW_UNPLUG explicitly. This brings back the behaviour from before 213d9417fec62ef4c3675621b9364a667954d4dd. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed