From 555982a22b221bd46bca24eb5be35b484e5818d7 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Mon, 8 Jul 2024 21:09:40 +0000 Subject: [PATCH] LU-6142 misc: remove empty header This header doesn't do anything. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: Ia544c9629ea5c787390c393baa45c310126c14ea Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55666 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- lustre/include/Makefile.am | 1 - lustre/include/obd_cache.h | 34 ---------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 lustre/include/obd_cache.h diff --git a/lustre/include/Makefile.am b/lustre/include/Makefile.am index ca90fec..b7de24c 100644 --- a/lustre/include/Makefile.am +++ b/lustre/include/Makefile.am @@ -85,7 +85,6 @@ EXTRA_DIST = \ lu_target.h \ lvfs.h \ md_object.h \ - obd_cache.h \ obd_cksum.h \ obd_class.h \ obd.h \ diff --git a/lustre/include/obd_cache.h b/lustre/include/obd_cache.h deleted file mode 100644 index 128fad7..0000000 --- a/lustre/include/obd_cache.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * 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) 2003, 2010, Oracle and/or its affiliates. All rights reserved. - * Use is subject to license terms. - */ -/* - * This file is part of Lustre, http://www.lustre.org/ - */ - -#ifndef _OBD_CACHE_H__ -#define _OBD_CACHE_H__ - - -#endif -- 1.8.3.1