Re: [PATCH] iser: fix a warning about container_of being redefined
FUJITA Tomonori <[email protected]>
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <20140411.051054.1305564732068195960.fujita.tomonori@lab.ntt.co.jp> |
On Thu, 10 Apr 2014 18:40:51 +0300 Roi Dayan <[email protected]> wrote: > container_of is being defined in list.h and verbs.h differently. > To keep tgtd toe use the container_of from list.h as today, Instead of > wrapping ifndef which exists in verbs.h I moved the inclusion of verbs > to after list.h > > Signed-off-by: Roi Dayan <[email protected]> > --- > usr/iscsi/iser.c | 4 +--- > usr/iscsi/iser.h | 3 +++ > usr/iscsi/iser_text.c | 2 -- > 3 files changed, 4 insertions(+), 5 deletions(-) Applied, thanks.