From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933493AbcCaUdn (ORCPT ); Thu, 31 Mar 2016 16:33:43 -0400 Received: from mta02.ornl.gov ([128.219.177.12]:30194 "EHLO mta02.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933246AbcCaUdk convert rfc822-to-8bit (ORCPT ); Thu, 31 Mar 2016 16:33:40 -0400 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.24,424,1454994000"; d="scan'208";a="100979428" From: "Simmons, James A." To: "'Greg Kroah-Hartman'" , James Simmons CC: "devel@driverdev.osuosl.org" , James Simmons , Linux Kernel Mailing List , Oleg Drokin , "Lustre Development List" Subject: RE: [lustre-devel] [PATCH 2/6] staging: lustre: libcfs: move memory_pressure functions to libcfs_prim.h Thread-Topic: [lustre-devel] [PATCH 2/6] staging: lustre: libcfs: move memory_pressure functions to libcfs_prim.h Thread-Index: AQHRi4h6NaQ8Y8pR8U+D2b0wF55LTJ90AedA Date: Thu, 31 Mar 2016 20:33:34 +0000 Message-ID: <647018c9fc784e15832340a614e205cc@EXCHCS32.ornl.gov> References: <1459433920-23644-1-git-send-email-jsimmons@infradead.org> <1459433920-23644-3-git-send-email-jsimmons@infradead.org> <20160331200358.GA28146@kroah.com> In-Reply-To: <20160331200358.GA28146@kroah.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.219.12.132] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 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:"? :) Thanks for fixing that.