Viewing: ll_fiemap.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
* Use is subject to license terms.
*
* Copyright (c) 2014, 2015, Intel Corporation.
*/
/*
* This file is part of Lustre, http://www.lustre.org/
*
* FIEMAP data structures and flags. This header file will be used until
* fiemap.h is available in the upstream kernel.
*
* Author: Kalpak Shah <kalpak.shah@sun.com>
* Author: Andreas Dilger <adilger@sun.com>
*/
/*
* NOTE: This file is DEPRECATED! Please include linux/lustre/lustre_fiemap.h
* directly instead of this file. This file will be removed from a
* future version of lustre!
*/
#include <linux/lustre/lustre_fiemap.h>
#warning "Including ll_fiemap.h is deprecated. Include linux/lustre/lustre_fiemap.h directly."