udf: Do not read inode before writing it
authorJan Kara <jack@suse.cz>
Fri, 8 Jan 2010 15:52:59 +0000 (16:52 +0100)
committerJan Kara <jack@suse.cz>
Tue, 9 Mar 2010 16:15:17 +0000 (17:15 +0100)
We needlessly read inode in udf_update_inode just before zeroing out the
contents of the buffer. Fix it.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found