On Mon, Oct 31, 2016 at 05:47:24PM +0100, David Sterba wrote:
> On Thu, Oct 27, 2016 at 08:52:33AM +0100, Domagoj Tršan wrote:
> > csum member of struct btrfs_super_block has array type of u8. It makes sense
> > that function btrfs_csum_final should be also declared to accept u8 *. I
> > changed the declaration of method void btrfs_csum_final(u32 crc, char 
> > *result);
> > to void btrfs_csum_final(u32 crc, u8 *result);
> 
> Sorry, I've noticed it just now, several callers of btrfs_csum_final
> cast the 2nd argument to (char *), which gets change to u8. Can you
> please fix the callers? Thanks.

Done and committed.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to