]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: use find_last_bit()
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 21 Jul 2012 00:53:50 +0000 (10:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:02:19 +0000 (13:02 +1000)
commit172f6f1d3370a1738d03d9e0f5b94740ebe2fc92
treeab2791738203264caae02f76d9cd4812bb671844
parentd94de2ea2fea45f2d3a8c81165b63cb33d7fa671
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