]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: use find_last_bit()
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 20 Mar 2012 23:48:16 +0000 (10:48 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 3 Apr 2012 03:07:57 +0000 (13:07 +1000)
commit9a82b8805573ece1f4c00fffd2fff073e241e4f2
tree64ad116ab2f3d9959cd45b772de309a67d63ed82
parent0498c951be9fc05f26570181ad88099d50052b1f
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