Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1419950

Re: [PATCH 1/2] liblockdep: Fix compile errors

Path csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod
From Vishal Thanki <vishalthanki@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] liblockdep: Fix compile errors
Date Sat, 11 Jun 2016 10:40:02 +0200
Message-ID <rIMCu-KC-3@gated-at.bofh.it> (permalink)
References <rI8lI-6YM-3@gated-at.bofh.it> <rI8lJ-6YM-41@gated-at.bofh.it> <rIIfv-6jL-5@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=cCNqaEDBnjnnFr+YIjp1shOr6LriqCT1rMUnQhldbo4=; b=sqNvDf5GQ+wl5lCjucVLFhT0YBbxFkduXvh6lRJAJ2M49edDCkuqr7smq7J6URTSAx Q0oXKR2edCsKY+Ky27diCMwa6uKoM/YYazP5AUBjrMJAAaWJ/Hsfz0g3E3Ifzl1dGc0y brBQV4+okOGheVcbaMMvj/wLsZUribqEqxDtqruDuXhhjvhtUzUam86Rs7ntPpSVR3zB f0y/jNChECER9yXpw4/kKtf+CHVKje3EKRLA7ZIGO0qoE0JzY74BKweljMzzWqD2HbQx d3mXZ87FFh3ZiTFf6oWec4m7ljvs/GjDs1TgglfxPVYEYB0hgz3HC9uZIkFX4MqtVx/S ThPQ==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cCNqaEDBnjnnFr+YIjp1shOr6LriqCT1rMUnQhldbo4=; b=j/th7WjhH5xb/jPbjYkoik4duShjM/InVwvF7SLi3okQWy0ki1uFDEsH98HZiXzO3N vGJ8CgV9T7MkO6KP0gCGi98wEYTdzbAARvgzFPfg3BWV2YonbmK6xjWF/rZU0CmfsHkz I9MAIpoLxBE2Ci/0plNJZK53joJtrZ+hoqQsHeCEwEJt90sT2KfCMsDKskZFwDRtSnl0 Ifru2qmzAzVLZpsBW/+fQ696UET0W3qkJ+yNaVXAD9TuIrGM0tw8Isa1O/rNfcOlodeF 6LG2oBSsAAsXo/duimWUWTywN5Ri9tGfpgVN/c7AM670A4A7RfJGycTOcqzHl+nC1xNJ As7w==
X-Gm-Message-State ALyK8tJ0T5zJ02b066lG6+E5cPP+z46rf2Q0X4X0c1vy31trU0Y2hzmHIQy+xFNp65fnMJDYDRjAfhhNowmUrg==
X-Received by 10.25.169.134 with SMTP id s128mr1352365lfe.84.1465634235038; Sat, 11 Jun 2016 01:37:15 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 18
Organization linux.* mail to news gateway
X-Original-Cc linux-kernel@vger.kernel.org
X-Original-Date Sat, 11 Jun 2016 10:36:55 +0200
X-Original-Message-ID <CAC3a_SBRW9zTov-Ppp3cu1CAEjzGtuagAwXOFVCEamg4_mn2-A@mail.gmail.com>
X-Original-References <1465479275-32468-1-git-send-email-vishalthanki@gmail.com> <1465479275-32468-2-git-send-email-vishalthanki@gmail.com> <575B8B20.3060301@oracle.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1419950

Show key headers only | View raw


On Sat, Jun 11, 2016 at 5:53 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
> On 06/09/2016 09:34 AM, Vishal Thanki wrote:
>> dfaaf3fa0: (Use __jhash_mix() for iterate_chain_key())
>> Fixed by adding jhash.h with minimal stuff required
>
> Can we, instead of copying it over, include jhash.h directly
> (just like we do for hash.h)?
>
>
That was the first thing I tried, but then it caused more compilation
errors due to nested header dependencies and I ended up taking the
only required stuff. Better ideas are welcome.

Thanks,
Vishal

> Thanks,
> Sasha

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Fixing the compilation errors for liblockdep Vishal Thanki <vishalthanki@gmail.com> - 2016-06-09 15:40 +0200
  [PATCH 2/2] liblockdep: Remove -lpthread compiler option Vishal Thanki <vishalthanki@gmail.com> - 2016-06-09 15:40 +0200
  [PATCH 1/2] liblockdep: Fix compile errors Vishal Thanki <vishalthanki@gmail.com> - 2016-06-09 15:40 +0200
    Re: [PATCH 1/2] liblockdep: Fix compile errors Sasha Levin <sasha.levin@oracle.com> - 2016-06-11 06:00 +0200
      Re: [PATCH 1/2] liblockdep: Fix compile errors Vishal Thanki <vishalthanki@gmail.com> - 2016-06-11 10:40 +0200
        Re: [PATCH 1/2] liblockdep: Fix compile errors Sasha Levin <sasha.levin@oracle.com> - 2016-06-13 22:40 +0200
          Re: [PATCH 1/2] liblockdep: Fix compile errors Vishal Thanki <vishalthanki@gmail.com> - 2016-06-14 12:30 +0200

csiph-web