[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dm-devel
Subject:    Re: [dm-devel] [dm:for-next 26/26] drivers/md/dm-crypt.c:3068:2: error: 't' undeclared; did you mean
From:       Mike Snitzer <snitzer () redhat ! com>
Date:       2018-08-10 20:15:50
Message-ID: 20180810201550.GA23525 () redhat ! com
[Download RAW message or body]

On Fri, Aug 10 2018 at  3:12pm -0400,
kbuild test robot <lkp@intel.com> wrote:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git \
>                 for-next
> head:   08575fd060d7f88f674509461b32d86b272093d9
> commit: 08575fd060d7f88f674509461b32d86b272093d9 [26/26] dm crypt: don't decrease \
>                 device limits
> config: i386-allmodconfig (attached as .config)
> compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
> reproduce:
> git checkout 08575fd060d7f88f674509461b32d86b272093d9
> # save the attached .config to linux build tree
> make ARCH=i386 
> 
> All errors (new ones prefixed by >>):
> 
> drivers/md/dm-crypt.c: In function 'crypt_io_hints':
> > > drivers/md/dm-crypt.c:3068:2: error: 't' undeclared (first use in this \
> > > function); did you mean 'ti'?
> t->io_min = max_t(unsigned, limits->io_min, cc->sector_size);
> ^
> ti
> drivers/md/dm-crypt.c:3068:2: note: each undeclared identifier is reported only \
> once for each function it appears in


Fixed up, needed to be: limits->io_min = max_t(unsigned, limits->io_min, \
cc->sector_size);

Sorry for the noise...

And thanks,
Mike

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic