git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cc14e
)
block: make sure that REQ_* types are seen even with CONFIG_BLOCK=n
author
Jens Axboe
<jaxboe@fusionio.com>
Tue, 10 Aug 2010 16:14:27 +0000
(12:14 -0400)
committer
Jens Axboe
<jaxboe@fusionio.com>
Tue, 10 Aug 2010 16:14:27 +0000
(12:14 -0400)
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
patch
|
blob
|
history
diff --cc
include/linux/blk_types.h
Simple merge