commit | 553d8fe029a561d5921fba495206e64eefea42cb | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Wed Jul 10 23:41:17 2013 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Wed Jul 10 23:41:17 2013 +0100 |
tree | c7d47557d836331155540e3625a90cd88ead5981 | |
parent | 75e3a0f55bf097dab76c662358bcb7c88928f49d [diff] |
dm verity: use __ffs and __fls This patch changes ffs() to __ffs() and fls() to __fls() which don't add one to the result. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>