]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ocfs2: use find_last_bit()
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 4 Apr 2012 00:08:12 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 11 Apr 2012 04:45:43 +0000 (14:45 +1000)
commitf08eadc372801b494ef2aa61c9862a891a030db2
treec3f416468446a65218980d865c4811f9ee81f166
parent30a86c321f4d65852bfd34522c5eb0ca2fbad959
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