From: Timothy Day Date: Mon, 8 Jul 2024 21:09:40 +0000 (+0000) Subject: LU-6142 misc: remove empty header X-Git-Tag: 2.15.65~108 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F55666%2F2;p=fs%2Flustre-release.git 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 --- 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