[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FC736AD.2070404@parallels.com>
Date: Thu, 31 May 2012 13:15:25 +0400
From: Glauber Costa <glommer@...allels.com>
To: <jeff.liu@...cle.com>
CC: <containers@...ts.linux-foundation.org>, <cgroups@...r.kernel.org>,
<jack@...e.cz>, <daniel.lezcano@...e.fr>, <tytso@....edu>,
<bpm@....com>, <chris.mason@...cle.com>, <hch@...radead.org>,
<christopher.jones@...cle.com>, <david@...morbit.com>,
<tinguely@....com>, <tm@....ma>, <linux-ext4@...r.kernel.org>,
<linux-fsdevel@...r.kernel.org>
Subject: Re: [PATCH 10/12] container quota: bill container inodes alloc/free
on ext4.
On 05/30/2012 06:59 PM, jeff.liu@...cle.com wrote:
> +#include "../ns_quotaops.h"
> +
> /*
> * ialloc.c contains the inodes allocation and deallocation routines
> */
> @@ -233,6 +235,7 @@ void ext4_free_inode(handle_t *handle, struct inode *inode)
> dquot_initialize(inode);
> ext4_xattr_delete_inode(handle, inode);
> dquot_free_inode(inode);
> + ns_dquot_free_inode(inode);
> dquot_drop(inode);
This should be inside dquot_free_inode().
No need to go patch inode.c
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists