Prev: [PATCH] checkpatch: Fix extraneous EXPORT_SYMBOL* warnings
Next: [git pull] Please pull powerpc.git next branch
From: Stephen Rothwell on 4 Aug 2010 21:50 Hi Jens, 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"). I used the block tree from next-20100804 for today. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: Jens Axboe on 5 Aug 2010 02:40
On 2010-08-05 03:47, Stephen Rothwell wrote: > Hi Jens, > > 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"). > > I used the block tree from next-20100804 for today. Thanks Stephen, I fixed this one up now and pushed it out. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |