From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752094AbcAETf0 (ORCPT ); Tue, 5 Jan 2016 14:35:26 -0500 Received: from smtp1.ccs.ornl.gov ([160.91.199.38]:45180 "EHLO smtp1.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751667AbcAETfX (ORCPT ); Tue, 5 Jan 2016 14:35:23 -0500 From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Oleg Drokin , Andreas Dilger Cc: Linux Kernel Mailing List , lustre-devel@lists.lustre.org, James Simmons , Parinay Kondekar , James Simmons Subject: [PATCH 0/7] staging:lustre: get rid of IOC_LIBCFS_MEMHOG and IOC_LIBCFS_PANIC ioctls Date: Tue, 5 Jan 2016 14:35:12 -0500 Message-Id: <1452022519-6716-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Removing unused IOC_LIBCFS_MEMHOG and IOC_LIBCFS_PANIC ioctls from the libcfs/ lnet/ code. This cleanup allows us to remove the cfs_psdev abstraction. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844 Reviewed-on: http://review.whamcloud.com/17492 Reviewed-by: Andreas Dilger Reviewed-by: Dmitry Eremin Reviewed-by: John L. Hammond Reviewed-by: Oleg Drokin Parinay Kondekar (7): staging:lustre: remove obsolete comment in libcfs_ioctl.h staging:lustre: remove last bits of the IOC_LIBCFS_PANIC ioctl staging:lustre: remove the IOC_LIBCFS_MEMHOG ioctl staging:lustre: remove struct libcfs_device_userstate staging:lustre: simplify libcfs_psdev_[open|release] staging:lustre: call libcfs_ioctl directly staging:lustre: remove libcfs pseudo device abstraction .../staging/lustre/include/linux/libcfs/libcfs.h | 23 +--- .../lustre/include/linux/libcfs/libcfs_ioctl.h | 5 +- .../lustre/include/linux/libcfs/libcfs_private.h | 5 - .../staging/lustre/include/linux/lnet/lnetctl.h | 2 - .../lustre/lustre/libcfs/linux/linux-module.c | 54 +----- drivers/staging/lustre/lustre/libcfs/module.c | 175 +------------------- 6 files changed, 19 insertions(+), 245 deletions(-)