]> bbs.cooldavid.org Git - net-next-2.6.git/commit
block: make sure that REQ_* types are seen even with CONFIG_BLOCK=n
authorJens Axboe <jaxboe@fusionio.com>
Tue, 10 Aug 2010 16:14:27 +0000 (12:14 -0400)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 10 Aug 2010 16:14:27 +0000 (12:14 -0400)
commitde75d60d5ea235e6e09f4962ab22541ce0fe176a
tree68530906b79f08d190c4fa7950c3a527ab980853
parenta4cc14ec9f0ef579262a81170a2eaf760844c471
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 <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
include/linux/blk_types.h