Re: [PATCH 4/5] ext4: fallocate support in ext4
From: Jan Kara <jack@suse.cz>
Date: 2007-05-14 13:34:46
Also in:
linux-fsdevel, linux-xfs, lkml
From: Jan Kara <jack@suse.cz>
Date: 2007-05-14 13:34:46
Also in:
linux-fsdevel, linux-xfs, lkml
On Mon, 7 May 2007 05:37:54 -0600 Does the proposed implementation handle quotas correctly, btw? Has that been tested?
It seems to handle quotas fine - the block allocation itself does not differ from the usual case, just the extents in the tree are marked as uninitialized... The only question is whether DQUOT_PREALLOC_BLOCK() shouldn't be called instead of DQUOT_ALLOC_BLOCK(). Then fallocate() won't be able to allocate anything after the softlimit has been reached which makes some sence but probably current behavior is kind-of less surprising. Honza -- Jan Kara [off-list ref] SuSE CR Labs