]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: use find_last_bit()
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 12 Nov 2013 23:07:01 +0000 (15:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:01 +0000 (12:09 +0900)
commit06957779c31e2acfd48a2a375f7bd5f275dab971
tree1ab51085d62a8b9339a57483eee3eb3ad4b7aa2c
parentdd7ed892ddc17da344a9a252d11c23af60d5d659
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 <akinobu.mita@gmail.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/cluster/heartbeat.c