You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
apfs: rename macro for #include guard in object.h
By mistake, the macro guard of object.h was given a name that is prone
to collision. Rename it to specify the module.
Fixes: 303360577a ("apfs: move object code to separate files")
Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
This commit is contained in:
+3
-3
@@ -5,8 +5,8 @@
|
||||
* Copyright (C) 2018 Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef _OBJECT_H
|
||||
#define _OBJECT_H
|
||||
#ifndef _APFS_OBJECT_H
|
||||
#define _APFS_OBJECT_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
@@ -90,4 +90,4 @@ struct apfs_object {
|
||||
extern int apfs_obj_verify_csum(struct super_block *sb,
|
||||
struct apfs_obj_phys *obj);
|
||||
|
||||
#endif /* _OBJECT_H */
|
||||
#endif /* _APFS_OBJECT_H */
|
||||
|
||||
Reference in New Issue
Block a user