From: Jens Axboe Date: Thu, 5 Aug 2010 06:34:13 +0000 (+0200) Subject: block: fix missing export of blk_types.h X-Git-Tag: v2.6.36-rc1~288^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387ac089361fbe5ef287e6950c5c40f6b18e5c55;p=pandora-kernel.git block: fix missing export of blk_types.h Stephen reports: After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: usr/include/linux/fs.h:11: included file 'linux/blk_types.h' is not exported Caused by commit 9d3dbbcd9a84518ff5e32ffe671d06a48cf84fd9 ("bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of BIO_RW_* flags"). Reported-by: Stephen Rothwell Signed-off-by: Jens Axboe --- Reading git-diff-tree failed