From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH 0/9] dquot interface cleanups v2 Date: Wed, 03 Mar 2010 09:04:59 -0500 Message-ID: <20100303140459.300799061@bombadil.infradead.org> Cc: linux-fsdevel@vger.kernel.org To: jack@suse.cz Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:39240 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754363Ab0CCOFz (ORCPT ); Wed, 3 Mar 2010 09:05:55 -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. This version dddresses various comments from Jan and adds a new patch to get rid of the QUOTA_OK / NO_QUOTA return values.