Whamcloud - gitweb
LU-6142 misc: remove empty header 66/55666/2
authorTimothy Day <timday@amazon.com>
Mon, 8 Jul 2024 21:09:40 +0000 (21:09 +0000)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Jul 2024 20:51:42 +0000 (20:51 +0000)
This header doesn't do anything.

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: Ia544c9629ea5c787390c393baa45c310126c14ea
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55666
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/Makefile.am
lustre/include/obd_cache.h [deleted file]

index ca90fec..b7de24c 100644 (file)
@@ -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 (file)
index 128fad7..0000000
+++ /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