Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936316AbdLRXCE (ORCPT ); Mon, 18 Dec 2017 18:02:04 -0500 Received: from mx2.suse.de ([195.135.220.15]:41009 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935208AbdLRXCC (ORCPT ); Mon, 18 Dec 2017 18:02:02 -0500 From: NeilBrown To: Oleg Drokin , Andreas Dilger , James Simmons , Greg Kroah-Hartman Date: Tue, 19 Dec 2017 10:01:47 +1100 Subject: [PATCH SET 6: 0/2] staging: lustre: two miscellaneous patches Cc: lkml , lustre Message-ID: <151363798156.11899.768707943431676479.stgit@noble> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 25 I thought I had mode one-off patches but this, but it seems there are only two ready to go now. The first removes another local interface in favour of a more general interface, the second removing a warning (which actually say "BUG:"). Thanks, NeilBrown --- NeilBrown (2): staging: lustre: use strim instead of cfs_trimwhite. staging: lustre: disable preempt while sampling processor id. .../lustre/include/linux/libcfs/libcfs_string.h | 1 - drivers/staging/lustre/lnet/libcfs/libcfs_string.c | 20 ------------------- .../staging/lustre/lnet/libcfs/linux/linux-cpu.c | 21 ++++++++++---------- drivers/staging/lustre/lnet/lnet/config.c | 10 +++++----- drivers/staging/lustre/lnet/lnet/router_proc.c | 2 +- 5 files changed, 17 insertions(+), 37 deletions(-) -- Signature