From: Christoph Hellwig Date: Mon, 12 Feb 2007 08:51:57 +0000 (-0800) Subject: [PATCH] move remove_dquot_ref to dqout.c X-Git-Tag: v2.6.21-rc1~274^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb58b7316a99703afb8d076b0e5f3e1e387e4b30;p=pandora-kernel.git [PATCH] move remove_dquot_ref to dqout.c Remove_dquot_ref can move to dqout.c instead of beeing in inode.c under #ifdef CONFIG_QUOTA. Also clean the resulting code up a tiny little bit by testing sb->dq_op earlier - it's constant over a filesystems lifetime. Signed-off-by: Christoph Hellwig Cc: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed