From: Jan Kara Date: Mon, 12 Jan 2009 16:44:34 +0000 (+0100) Subject: ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop() X-Git-Tag: v2.6.29-rc3~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c475146d8f3b97e79f9ef88521e28ad40ac07de6;p=pandora-kernel.git ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop() Since ->acquire_dquot and ->release_dquot callbacks aren't called under dqptr_sem anymore, we don't have to start a transaction and obtain locks so early. So we can just remove all this complicated stuff. Signed-off-by: Jan Kara Acked-by: Mark Fasheh --- Reading git-diff-tree failed