Loading fs/ext4/inode.c +7 −0 Original line number Diff line number Diff line Loading @@ -4295,6 +4295,7 @@ int ext4_break_layouts(struct inode *inode) int ext4_punch_hole(struct inode *inode, loff_t offset, loff_t length) { #if 0 struct super_block *sb = inode->i_sb; ext4_lblk_t first_block, stop_block; struct address_space *mapping = inode->i_mapping; Loading Loading @@ -4428,6 +4429,12 @@ int ext4_punch_hole(struct inode *inode, loff_t offset, loff_t length) out_mutex: inode_unlock(inode); return ret; #else /* * Disabled as per b/28760453 */ return -EOPNOTSUPP; #endif } int ext4_inode_attach_jinode(struct inode *inode) Loading Loading
fs/ext4/inode.c +7 −0 Original line number Diff line number Diff line Loading @@ -4295,6 +4295,7 @@ int ext4_break_layouts(struct inode *inode) int ext4_punch_hole(struct inode *inode, loff_t offset, loff_t length) { #if 0 struct super_block *sb = inode->i_sb; ext4_lblk_t first_block, stop_block; struct address_space *mapping = inode->i_mapping; Loading Loading @@ -4428,6 +4429,12 @@ int ext4_punch_hole(struct inode *inode, loff_t offset, loff_t length) out_mutex: inode_unlock(inode); return ret; #else /* * Disabled as per b/28760453 */ return -EOPNOTSUPP; #endif } int ext4_inode_attach_jinode(struct inode *inode) Loading