From: Jens Axboe Date: Wed, 13 Dec 2006 12:02:26 +0000 (+0100) Subject: [PATCH] Propagate down request sync flag X-Git-Tag: v2.6.20-rc1~33^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7749a8d423c483a51983b666613acda1a4dd9c1b;p=pandora-kernel.git [PATCH] Propagate down request sync flag We need to do this, otherwise the io schedulers don't get access to the sync flag. Then they cannot tell the difference between a regular write and an O_DIRECT write, which can cause a performance loss. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed