From: tytso@mit.edu Subject: Re: [PATCH 3/5] ext4: Convert to generic reserved quota's space management. [V5] Date: Mon, 14 Dec 2009 09:35:51 -0500 Message-ID: <20091214143551.GC4867@thunk.org> References: <1260793276-8511-1-git-send-email-dmonakhov@openvz.org> <1260793276-8511-2-git-send-email-dmonakhov@openvz.org> <1260793276-8511-3-git-send-email-dmonakhov@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kara , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org To: Dmitry Monakhov Return-path: Received: from thunk.org ([69.25.196.29]:59190 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751239AbZLNOfy (ORCPT ); Mon, 14 Dec 2009 09:35:54 -0500 Content-Disposition: inline In-Reply-To: <1260793276-8511-3-git-send-email-dmonakhov@openvz.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Mon, Dec 14, 2009 at 03:21:14PM +0300, Dmitry Monakhov wrote: > This patch fix write vs chown race condition. > > Changes from V4 > - Coding style cleanup according to Jan's comment. > Changes from V2: > - add missed i_reserved_quota iniatilization. > > Signed-off-by: Dmitry Monakhov Acked-by: "Theodore Ts'o" Jan, I assume you'll push this along with the other quota-related changes out from your tree? We have some ext4-related quota bugs that I think may be related to this fix (and a bunch of distros are planning on using 2.6.32), so if you could review this and get pushed this patch series pushed out for 2.6.32 it would be appreciated, thanks. - Ted