diff options
-rw-r--r-- | fs/erofs/internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/erofs/internal.h b/fs/erofs/internal.h index 433a3c6c1e..1875f37fcd 100644 --- a/fs/erofs/internal.h +++ b/fs/erofs/internal.h @@ -105,9 +105,6 @@ struct erofs_sb_info { u8 xattr_prefix_count; }; -/* make sure that any user of the erofs headers has at least 64bit off_t type */ -extern int erofs_assert_largefile[sizeof(off_t) - 8]; - static inline erofs_off_t iloc(erofs_nid_t nid) { return erofs_pos(sbi.meta_blkaddr) + (nid << sbi.islotbits); |