mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
fix typo around CONFIG_64BIT usage
Would do 64 BITS_PER_LONG when CONFIG_64BIT was NOT defined, causing BITS_PER_LONG to be wrong on 32bit systems. Signed-off-by: JP Abgrall <jpa@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
This commit is contained in:
parent
437dbf6773
commit
cb54e79739
@ -185,7 +185,7 @@ struct f2fs_configuration {
|
||||
void *private;
|
||||
} __attribute__((packed));
|
||||
|
||||
#ifndef CONFIG_64BIT
|
||||
#ifdef CONFIG_64BIT
|
||||
#define BITS_PER_LONG 64
|
||||
#else
|
||||
#define BITS_PER_LONG 32
|
||||
|
Loading…
Reference in New Issue
Block a user