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)
commitbba0b5c2c27e6dadc93c476f8a4b49d108b66292
tree4e956d60dceb83f12e03bcde335823239b101843
parent24797535e18ae219be1fc2632959327075bef5da
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