Rename xfs_linux.h to prepare for including including it directly
from source files including those shared with xfsprogs.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
#endif
-#include "xfs_linux.h"
+#include "xfs_platform.h"
#endif /* __XFS_H__ */
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
* All Rights Reserved.
*/
-#ifndef __XFS_LINUX__
-#define __XFS_LINUX__
+#ifndef _XFS_PLATFORM_H
+#define _XFS_PLATFORM_H
#include <linux/types.h>
#include <linux/uuid.h>
return virt_to_page(addr);
}
-#endif /* __XFS_LINUX__ */
+#endif /* _XFS_PLATFORM_H */