From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH 0/8] dquot interface cleanups Date: Sat, 20 Feb 2010 06:51:01 -0500 Message-ID: <20100220115101.469826792@bombadil.infradead.org> Cc: linux-fsdevel@vger.kernel.org To: jack@suse.cz Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:52235 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753344Ab0BTLwN (ORCPT ); Sat, 20 Feb 2010 06:52:13 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Get rid of the dquot operations that were used for calls from the filesystems into the dquot code, clean up the namespace for calls to the dquot code to always be dquot_, and move the few calls into the dquot code that were in the VFS into the filesystems.