lkml.org 
[lkml]   [2020]   [May]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4 01/10] loop: Factor out loop size validation
On Wed, Apr 29, 2020 at 10:12:29PM +0800, Ming Lei wrote:
> > +static int
> > +loop_validate_size(loff_t size)
> > +{
> > + if ((loff_t)(sector_t)size != size)
> > + return -EFBIG;
> > +
> > + return 0;
> > +}
> > +
>
> Now sector_t has been switched to u64 unconditionally, do we still need such
> validation?

Oops, completely forgot about that. Yes, we can just kill the
checks.

\
 
 \ /
  Last update: 2020-05-01 19:27    [W:0.075 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site