From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Thu, 31 Mar 2016 13:03:58 -0700 Subject: [lustre-devel] [PATCH 2/6] staging: lustre: libcfs: move memory_pressure functions to libcfs_prim.h In-Reply-To: <1459433920-23644-3-git-send-email-jsimmons@infradead.org> References: <1459433920-23644-1-git-send-email-jsimmons@infradead.org> <1459433920-23644-3-git-send-email-jsimmons@infradead.org> Message-ID: <20160331200358.GA28146@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , James Simmons , Linux Kernel Mailing List , Lustre Development List On Thu, Mar 31, 2016 at 10:18:36AM -0400, James Simmons wrote: > Long ago libcfs_prim.h was used for userland code which is why > memory_pressure_*() handling is in both libcfs_prim.h and > linux-mem.h headers. So lets just move the memory_pressure_*() > to libcfs_prim.h. > > Signed-off-by: James Simmons > ntel-bug-id: https://jira.hpdd.intel.com/browse/LU-6245 "ntel-bug-id:"? :) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757374AbcCaUEA (ORCPT ); Thu, 31 Mar 2016 16:04:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58283 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756166AbcCaUD7 (ORCPT ); Thu, 31 Mar 2016 16:03:59 -0400 Date: Thu, 31 Mar 2016 13:03:58 -0700 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , James Simmons , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH 2/6] staging: lustre: libcfs: move memory_pressure functions to libcfs_prim.h Message-ID: <20160331200358.GA28146@kroah.com> References: <1459433920-23644-1-git-send-email-jsimmons@infradead.org> <1459433920-23644-3-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459433920-23644-3-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 31, 2016 at 10:18:36AM -0400, James Simmons wrote: > Long ago libcfs_prim.h was used for userland code which is why > memory_pressure_*() handling is in both libcfs_prim.h and > linux-mem.h headers. So lets just move the memory_pressure_*() > to libcfs_prim.h. > > Signed-off-by: James Simmons > ntel-bug-id: https://jira.hpdd.intel.com/browse/LU-6245 "ntel-bug-id:"? :)