From c8f543e0786785d8c7118fc2878e42bc0193a88d Mon Sep 17 00:00:00 2001 From: Akinobu Mita Date: Tue, 2 Aug 2011 12:32:01 +0100 Subject: [PATCH] dm log: clean up bit little endian bitops Using __test_and_{set,clear}_bit_le() with ignoring its return value can be replaced with __{set,clear}_bit_le(). This also removes unnecessary casts. Signed-off-by: Akinobu Mita Signed-off-by: Alasdair G Kergon --- Reading git-format-patch failed