drbd: needs __ratelimit()
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 7 Oct 2009 17:26:00 +0000 (19:26 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 7 Oct 2009 17:26:00 +0000 (19:26 +0200)
commit132cc538cd90f60a0b5df6a512dfd4bc5fe2039a
treed3c3b2b20bcf7f9f42710e6d7a3d5e026268fa01
parent9f5180e5c331d7b3ccc35e1a78072235d38f9f34
drbd: needs __ratelimit()

drbd_int.h uses __ratelimit(), so it needs to #include ratelimit.h:

drivers/block/drbd/drbd_int.h:1765: error: implicit declaration of function '__ratelimit'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: drbd-dev@lists.linbit.com
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/drbd/drbd_int.h