Loading fs/buffer.c +0 −1 Original line number Diff line number Diff line Loading @@ -2022,7 +2022,6 @@ int block_write_begin(struct file *file, struct address_space *mapping, if (pos + len > inode->i_size) vmtruncate(inode, inode->i_size); } goto out; } out: Loading Loading
fs/buffer.c +0 −1 Original line number Diff line number Diff line Loading @@ -2022,7 +2022,6 @@ int block_write_begin(struct file *file, struct address_space *mapping, if (pos + len > inode->i_size) vmtruncate(inode, inode->i_size); } goto out; } out: Loading