On Wed, 2017-03-29 at 16:11 +0200, Andrey Konovalov wrote: > Subtracting tp_sizeof_priv from tp_block_size and casting to int > to check whether one is less then the other doesn't always work > (both of them are unsigned ints). > > Compare them as is instead. > > Also cast tp_sizeof_priv to u64 before using BLK_PLUS_PRIV, as > it can overflow inside BLK_PLUS_PRIV otherwise. > > Signed-off-by: Andrey Konovalov <andreyk...@google.com> > ---
Acked-by: Eric Dumazet <eduma...@google.com>