From: Christoph Hellwig Date: Fri, 4 Jun 2010 08:56:29 +0000 (+0200) Subject: quota: clean up quota active checks X-Git-Tag: v2.6.36-rc1~502^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=189eef59e70e3e56edf726864629f310d114eefb;p=pandora-kernel.git quota: clean up quota active checks The various quota operations check for any quota beeing active on a superblock, and the inode not having the noquota flag. Merge these two checks into a dquot_active check and move that into dquot.c as that's the only place where it's needed. Signed-off-by: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed