mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
This commit is contained in:
parent
a10b44cf10
commit
971ffb6341
|
|
@ -23,6 +23,6 @@
|
|||
#endif
|
||||
|
||||
|
||||
#include "xfs_linux.h"
|
||||
#include "xfs_platform.h"
|
||||
|
||||
#endif /* __XFS_H__ */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
Loading…
Reference in New Issue
Block a user