[WIP] [PATCH 11/12] erofs-utils: fuse: move up mpage in struct erofs_map_blocks
Gao Xiang
hsiangkao at aol.com
Sat Oct 17 16:16:20 AEDT 2020
[ let's fold in to the original patch. ]
Signed-off-by: Gao Xiang <hsiangkao at aol.com>
---
include/erofs/internal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/erofs/internal.h b/include/erofs/internal.h
index 5807b67637c8..1637b6749411 100644
--- a/include/erofs/internal.h
+++ b/include/erofs/internal.h
@@ -232,12 +232,12 @@ enum {
#define EROFS_MAP_FULL_MAPPED (1 << BH_FullMapped)
struct erofs_map_blocks {
+ char mpage[EROFS_BLKSIZ];
+
erofs_off_t m_pa, m_la;
u64 m_plen, m_llen;
unsigned int m_flags;
-
- char mpage[EROFS_BLKSIZ];
erofs_blk_t index;
};
--
2.24.0
More information about the Linux-erofs
mailing list