mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
adfs: delete unused "union adfs_dirtail" definition
union adfs_dirtail::new stands in the way if Linux++ project: "new" can't be used as member's name because it is a keyword in C++. Link: https://lkml.kernel.org/r/43b0a4c8-a7cf-4ab1-98f7-0f65c096f9e8@p183 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
852622bf36
commit
8bd49ef211
1 changed files with 0 additions and 5 deletions
|
@ -58,9 +58,4 @@ struct adfs_newdirtail {
|
|||
__u8 dircheckbyte;
|
||||
} __attribute__((packed));
|
||||
|
||||
union adfs_dirtail {
|
||||
struct adfs_olddirtail old;
|
||||
struct adfs_newdirtail new;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue