Skip to content
Commit 097041e5 authored by Larry Finger's avatar Larry Finger Committed by Linus Torvalds
Browse files

fuse: Fix build error



When building v2.6.31-rc2-344-g69ca06c, the following build errors are
found due to missing includes:

 CC [M]  fs/fuse/dev.o
fs/fuse/dev.c: In function ‘request_end’:
fs/fuse/dev.c:289: error: ‘BLK_RW_SYNC’ undeclared (first use in this function)
...
fs/nfs/write.c: In function ‘nfs_set_page_writeback’:
fs/nfs/write.c:207: error: ‘BLK_RW_ASYNC’ undeclared (first use in this function)

Signed-off-by: default avatarLarry <Finger@lwfinger.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 69ca06c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment