Commit 971ffb63 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Carlos Maiolino
Browse files

xfs: rename xfs_linux.h to xfs_platform.h



Rename xfs_linux.h to prepare for including including it directly
from source files including those shared with xfsprogs.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarCarlos Maiolino <cem@kernel.org>
parent a10b44cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@
#endif


#include "xfs_linux.h"
#include "xfs_platform.h"

#endif	/* __XFS_H__ */
+3 −3
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
 * 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>
@@ -281,4 +281,4 @@ kmem_to_page(void *addr)
	return virt_to_page(addr);
}

#endif /* __XFS_LINUX__ */
#endif /* _XFS_PLATFORM_H */