]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: use find_last_bit()
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 25 Apr 2012 01:03:24 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:15 +0000 (15:17 +1000)
commit30e36ad69f4b65a06f3e4c6fba99c1a4e101e1e9
tree393aa9174c905570dea69648d5b999c742f6b146
parent58df7442d3be42ec1900c98939df1b13ad271f55
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