From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751293AbcFKDxP (ORCPT ); Fri, 10 Jun 2016 23:53:15 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:39283 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750873AbcFKDxO (ORCPT ); Fri, 10 Jun 2016 23:53:14 -0400 Subject: Re: [PATCH 1/2] liblockdep: Fix compile errors To: Vishal Thanki , linux-kernel@vger.kernel.org References: <1465479275-32468-1-git-send-email-vishalthanki@gmail.com> <1465479275-32468-2-git-send-email-vishalthanki@gmail.com> From: Sasha Levin Message-ID: <575B8B20.3060301@oracle.com> Date: Fri, 10 Jun 2016 23:53:04 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1465479275-32468-2-git-send-email-vishalthanki@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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)? Thanks, Sasha