ocfs2: use find_last_bit()
authorAkinobu Mita <[email protected]>
Tue, 12 Nov 2013 23:07:01 +0000 (15:07 -0800)
committerLinus Torvalds <[email protected]>
Wed, 13 Nov 2013 03:09:01 +0000 (12:09 +0900)
commit518df6bdf38559247ee90b9e59a40fae779d57d0
tree1ab51085d62a8b9339a57483eee3eb3ad4b7aa2c
parentfae477b6f005d6bd8a6fb3f052b30d55cfa70c26
ocfs2: use find_last_bit()

We already have find_last_bit().  So just use it as described in the
comment.

Signed-off-by: Akinobu Mita <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Signed-off-by: Joel Becker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/cluster/heartbeat.c