]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: use find_last_bit()
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 12 Apr 2012 22:51:52 +0000 (08:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 17 Apr 2012 03:47:15 +0000 (13:47 +1000)
commitfd092d8b6bf93bff25da0ce6b97f4b970649d8af
tree577953d6b80b478b17bcb23d1243c0a1d7df5334
parentfd9770d6d94423de6a2d26af125e15e762aa5aa2
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: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/cluster/heartbeat.c