X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Flnet%2Fmodule.c;h=261c45c92e94cd302472adf8a7b84f118025dcc6;hp=b58263f932c849052706771dd1867e25e27bf8ad;hb=HEAD;hpb=fff650726b2b84c0a521933460e71676cca5785d diff --git a/lnet/lnet/module.c b/lnet/lnet/module.c index b58263f..6046362 100644 --- a/lnet/lnet/module.c +++ b/lnet/lnet/module.c @@ -1,39 +1,19 @@ -/* - * GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see - * http://www.gnu.org/licenses/gpl-2.0.html - * - * GPL HEADER END - */ -/* - * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. +// SPDX-License-Identifier: GPL-2.0 + +/* Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * * Copyright (c) 2012, 2017, Intel Corporation. */ -/* - * This file is part of Lustre, http://www.lustre.org/ - */ + +/* This file is part of Lustre, http://www.lustre.org/ */ #define DEBUG_SUBSYSTEM S_LNET #include #include #include +#include static int config_on_load = 0; module_param(config_on_load, int, 0444); @@ -396,8 +376,10 @@ lnet_psdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) CDEBUG(D_IOCTL, "lnet ioctl cmd %u\n", cmd); +#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 18, 53, 0) err = libcfs_ioctl(cmd, data); if (err == -EINVAL) +#endif err = lnet_ioctl(cmd, hdr); if (err == -EINVAL) { err = blocking_notifier_call_chain(&lnet_ioctl_list,