Re: [PATCH -next 1/3] bcache: Add missing #include linux/prefetch.h

2013-04-08 Thread Kent Overstreet
On Sun, Apr 07, 2013 at 02:15:49PM -0700, David Rientjes wrote: On Wed, 27 Mar 2013, Kent Overstreet wrote: Nope - looks like __WARN() doesn't exist if CONFIG_BUG=n, whoops. Adding this to the queue: commit 796c213186b850b3e6e8d5fd5799b0fd74721ea3 Author: Kent Overstreet

Re: [PATCH -next 1/3] bcache: Add missing #include linux/prefetch.h

2013-04-07 Thread David Rientjes
On Wed, 27 Mar 2013, Kent Overstreet wrote: Nope - looks like __WARN() doesn't exist if CONFIG_BUG=n, whoops. Adding this to the queue: commit 796c213186b850b3e6e8d5fd5799b0fd74721ea3 Author: Kent Overstreet koverstr...@google.com Date: Wed Mar 27 12:47:45 2013 -0700 bcache: Use

[PATCH -next 1/3] bcache: Add missing #include linux/prefetch.h

2013-03-27 Thread Geert Uytterhoeven
m68k/allmodconfig: drivers/md/bcache/bset.c: In function ‘bset_search_tree’: drivers/md/bcache/bset.c:727: error: implicit declaration of function ‘prefetch’ drivers/md/bcache/btree.c: In function ‘bch_btree_node_get’: drivers/md/bcache/btree.c:933: error: implicit declaration of function

Re: [PATCH -next 1/3] bcache: Add missing #include linux/prefetch.h

2013-03-27 Thread Kent Overstreet
On Wed, Mar 27, 2013 at 06:56:28PM +0100, Geert Uytterhoeven wrote: m68k/allmodconfig: drivers/md/bcache/bset.c: In function ‘bset_search_tree’: drivers/md/bcache/bset.c:727: error: implicit declaration of function ‘prefetch’ drivers/md/bcache/btree.c: In function ‘bch_btree_node_get’:

Re: [PATCH -next 1/3] bcache: Add missing #include linux/prefetch.h

2013-03-27 Thread Randy Dunlap
On 03/27/13 11:21, Kent Overstreet wrote: On Wed, Mar 27, 2013 at 06:56:28PM +0100, Geert Uytterhoeven wrote: m68k/allmodconfig: drivers/md/bcache/bset.c: In function ‘bset_search_tree’: drivers/md/bcache/bset.c:727: error: implicit declaration of function ‘prefetch’

Re: [PATCH -next 1/3] bcache: Add missing #include linux/prefetch.h

2013-03-27 Thread Kent Overstreet
On Wed, Mar 27, 2013 at 11:27:58AM -0700, Randy Dunlap wrote: On 03/27/13 11:21, Kent Overstreet wrote: On Wed, Mar 27, 2013 at 06:56:28PM +0100, Geert Uytterhoeven wrote: m68k/allmodconfig: drivers/md/bcache/bset.c: In function ‘bset_search_tree’: drivers/md/bcache/bset.c:727: error: