From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/6] Get rid of I_MUTEX_QUOTA use Date: Wed, 25 Apr 2012 22:57:41 +0200 Message-ID: <1335387467-4928-1-git-send-email-jack@suse.cz> Cc: LKML , bfields@fieldses.org, Al Viro To: linux-fsdevel@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hello, this patch set changes generic quota code (and filesystems relying on it) so that they don't use special locking class I_MUTEX_QUOTA. The only remaining user of I_MUTEX_QUOTA is GFS2. If noone has objections, I can merge these patches through my tree or Bruce, you can take them as your work depends on these changes. Honza