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:
Christoph Hellwig 2025-12-19 06:41:44 +01:00 committed by Carlos Maiolino
parent a10b44cf10
commit 971ffb6341
2 changed files with 4 additions and 4 deletions

View File

@ -23,6 +23,6 @@
#endif
#include "xfs_linux.h"
#include "xfs_platform.h"
#endif /* __XFS_H__ */

View File

@ -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 */