From: Jens Axboe Date: Tue, 10 Aug 2010 16:14:27 +0000 (-0400) Subject: block: make sure that REQ_* types are seen even with CONFIG_BLOCK=n X-Git-Tag: v2.6.36-rc1~288^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de75d60d5ea235e6e09f4962ab22541ce0fe176a;p=pandora-kernel.git block: make sure that REQ_* types are seen even with CONFIG_BLOCK=n These form the basis of the basic WRITE etc primitives, so we need them to be always visible. Otherwise we see errors like: mm/filemap.c:2164: error: 'REQ_WRITE' undeclared fs/read_write.c:362: error: 'REQ_WRITE' undeclared fs/splice.c:1108: error: 'REQ_WRITE' undeclared fs/aio.c:1496: error: 'REQ_WRITE' undeclared Reported-by: Randy Dunlap Signed-off-by: Jens Axboe --- Reading git-diff-tree failed