Home
last modified time | relevance | path

Searched hist:a3d939ae7b5f82688a6d3450f95286eaea338328 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-region-hash.cdiff a3d939ae7b5f82688a6d3450f95286eaea338328 Fri Oct 02 10:21:24 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm: convert ffs to __ffs

ffs counts bit starting with 1 (for the least significant bit), __ffs
counts bits starting with 0. This patch changes various occurrences of ffs
to __ffs and removes subtraction of 1 from the result.

Note that __ffs (unlike ffs) is not defined when called with zero
argument, but it is not called with zero argument in any of these cases.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
H A Ddm-exception-store.cdiff a3d939ae7b5f82688a6d3450f95286eaea338328 Fri Oct 02 10:21:24 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm: convert ffs to __ffs

ffs counts bit starting with 1 (for the least significant bit), __ffs
counts bits starting with 0. This patch changes various occurrences of ffs
to __ffs and removes subtraction of 1 from the result.

Note that __ffs (unlike ffs) is not defined when called with zero
argument, but it is not called with zero argument in any of these cases.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
H A Ddm-cache-policy-smq.cdiff a3d939ae7b5f82688a6d3450f95286eaea338328 Fri Oct 02 10:21:24 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm: convert ffs to __ffs

ffs counts bit starting with 1 (for the least significant bit), __ffs
counts bits starting with 0. This patch changes various occurrences of ffs
to __ffs and removes subtraction of 1 from the result.

Note that __ffs (unlike ffs) is not defined when called with zero
argument, but it is not called with zero argument in any of these cases.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
H A Ddm-snap-persistent.cdiff a3d939ae7b5f82688a6d3450f95286eaea338328 Fri Oct 02 10:21:24 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm: convert ffs to __ffs

ffs counts bit starting with 1 (for the least significant bit), __ffs
counts bits starting with 0. This patch changes various occurrences of ffs
to __ffs and removes subtraction of 1 from the result.

Note that __ffs (unlike ffs) is not defined when called with zero
argument, but it is not called with zero argument in any of these cases.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
H A Ddm-bufio.cdiff a3d939ae7b5f82688a6d3450f95286eaea338328 Fri Oct 02 10:21:24 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm: convert ffs to __ffs

ffs counts bit starting with 1 (for the least significant bit), __ffs
counts bits starting with 0. This patch changes various occurrences of ffs
to __ffs and removes subtraction of 1 from the result.

Note that __ffs (unlike ffs) is not defined when called with zero
argument, but it is not called with zero argument in any of these cases.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>