]> git.baikalelectronics.ru Git - kernel.git/commit
logfs: fix compile failure
authorJoern Engel <joern@logfs.org>
Wed, 5 May 2010 20:32:52 +0000 (22:32 +0200)
committerJoern Engel <joern@logfs.org>
Wed, 5 May 2010 20:32:52 +0000 (22:32 +0200)
commit56e94326461335a1c6b7868dfbf3566b52c3ba1e
tree4e956d60dceb83f12e03bcde335823239b101843
parent33f666c768850df1d54efab13da2a4c90cc3a6f5
logfs: fix compile failure

When CONFIG_BLOCK is not enabled:

fs/logfs/super.c:142: error: implicit declaration of function 'bdev_get_queue'
fs/logfs/super.c:142: error: invalid type argument of '->' (have 'int')

Found by Randy Dunlap <randy.dunlap@oracle.com>

Signed-off-by: Joern Engel <joern@logfs.org>
fs/logfs/super.c