Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69e99309 authored by Franck Bui-Huu's avatar Franck Bui-Huu Committed by Linus Torvalds
Browse files

block_write_begin(): remove useless goto

parent 4779280d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: