Re: [PATCH 0/2] Remove custom crc32c init code from btrfs

2018-02-05 Thread David Sterba
On Mon, Jan 08, 2018 at 11:45:03AM +0200, Nikolay Borisov wrote: > So here is a small 2 patch set which removes btrfs' manual initialisation of > the lower level crc32c module. Explanation why is ok can be found in Patch > 2/2. > > Patch 1/2 just adds a function to the generic crc32c header whic

Re: [PATCH 0/2] Remove custom crc32c init code from btrfs

2018-01-08 Thread Nikolay Borisov
On 8.01.2018 12:21, Timofey Titovets wrote: > 2018-01-08 12:45 GMT+03:00 Nikolay Borisov : >> So here is a small 2 patch set which removes btrfs' manual initialisation of >> the lower level crc32c module. Explanation why is ok can be found in Patch >> 2/2. >> >> Patch 1/2 just adds a function t

Re: [PATCH 0/2] Remove custom crc32c init code from btrfs

2018-01-08 Thread Timofey Titovets
2018-01-08 12:45 GMT+03:00 Nikolay Borisov : > So here is a small 2 patch set which removes btrfs' manual initialisation of > the lower level crc32c module. Explanation why is ok can be found in Patch > 2/2. > > Patch 1/2 just adds a function to the generic crc32c header which allows > querying th

[PATCH 0/2] Remove custom crc32c init code from btrfs

2018-01-08 Thread Nikolay Borisov
So here is a small 2 patch set which removes btrfs' manual initialisation of the lower level crc32c module. Explanation why is ok can be found in Patch 2/2. Patch 1/2 just adds a function to the generic crc32c header which allows querying the actual crc32c implementaiton used (i.e. software or h