X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fubuntu18%2Fext4-misc.patch;fp=ldiskfs%2Fkernel_patches%2Fpatches%2Fubuntu18%2Fext4-misc.patch;h=77591abb38f59387ea9aaa07f02fb4983f0eb64f;hp=3ace5eb1ce9e62891faff05872907b9e03b45a14;hb=68d96d2f650a6d9ae04e48eac9c66b2cd4be0a23;hpb=896f4a082b93453f5e7168f685faff4fba594ff3 diff --git a/ldiskfs/kernel_patches/patches/ubuntu18/ext4-misc.patch b/ldiskfs/kernel_patches/patches/ubuntu18/ext4-misc.patch index 3ace5eb..77591ab 100644 --- a/ldiskfs/kernel_patches/patches/ubuntu18/ext4-misc.patch +++ b/ldiskfs/kernel_patches/patches/ubuntu18/ext4-misc.patch @@ -34,12 +34,14 @@ Index: linux-4.15.0/fs/ext4/ext4.h static inline bool ext4_has_compat_features(struct super_block *sb) { -@@ -3103,6 +3119,11 @@ struct ext4_extent; +@@ -3103,6 +3119,13 @@ struct ext4_extent; extern int ext4_ext_tree_init(handle_t *handle, struct inode *); extern int ext4_ext_writepage_trans_blocks(struct inode *, int); +extern struct buffer_head *ext4_read_inode_bitmap(struct super_block *sb, + ext4_group_t block_group); ++extern void ext4_inc_count(handle_t *handle, struct inode *inode); ++extern void ext4_dec_count(handle_t *handle, struct inode *inode); +extern struct buffer_head *ext4_append(handle_t *handle, + struct inode *inode, + ext4_lblk_t *block);