On Wed, May 25, 2011 at 05:41:10PM -0400, Ted Ts'o wrote:
On Wed, May 25, 2011 at 12:43:36PM +0200, Jan Kara wrote:
quoted
Mostly trivial conversion. We fix a bug that IS_IMMUTABLE and IS_APPEND
files could not be truncated during failed writes as we change the code.
In fact we remove the test altogether because do_sys_[f]truncate() and
may_open() do necessary checks anyway.
Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, added to the ext4 tree.
Oops, replied to the wrong message. I pulled in the ext4 v2 version
of your patch, obviously...
- Ted