Re: [PATCH v2 5/5] ext4: remove alloc_semp
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-05-10 13:29:14
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-05-10 13:29:14
On Thu, Mar 24, 2011 at 06:58:13PM +0200, amir73il@users.sourceforge.net wrote:
From: Amir Goldstein <redacted> After taking care of all group init races, all that remains is to remove alloc_semp from ext4_allocation_context and ext4_buddy structs. Signed-off-by: Amir Goldstein <redacted>
Hey Amir, What sort of testing have you done with this patch series? In particular, have you tried doing online resizes while the file system is heavily loaded? - Ted