diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-09-15 21:53:11 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-09-15 21:53:11 +0200 |
commit | cb684b5bcd6a79ae7e2360c6b158c4aa7b0a293a (patch) | |
tree | f6bccc81c1d4405873b5b936d1a7c12bc60a9f82 /block/compat_ioctl.c | |
parent | Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... (diff) | |
download | linux-cb684b5bcd6a79ae7e2360c6b158c4aa7b0a293a.tar.xz linux-cb684b5bcd6a79ae7e2360c6b158c4aa7b0a293a.zip |
block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK
kernel/built-in.o:(.data+0x17b0): undefined reference to `blk_iopoll_enabled'
Since the extern declaration makes the compile work, but the actual
symbol is missing when block/blk-iopoll.o isn't linked in.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/compat_ioctl.c')
0 files changed, 0 insertions, 0 deletions