diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-07 15:11:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-07 15:11:17 -0400 |
commit | 543f7d0a3e86c50b5b0f088dd3ac92ea301de2ad (patch) | |
tree | 8c208d99fe64bd5c6fb7617a26da748e4fb03f1b /fs | |
parent | b1a8ef746f6c1a152ec41a747a06cbfbeb051a3e (diff) | |
parent | 7ee1325a537b2b7938676e9ca3c99c16c8d8487d (diff) |
Merge branch '2023-08-07-assorted-fixes'
- Update Azure jobs again, a few MAINTAINERS updates, a few Kconfig
fixes, an erofs fix and a fix for the recent ten64 updates.
Diffstat (limited to 'fs')
-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 433a3c6c1eb..1875f37fcd2 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); |