ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop()
authorJan Kara <jack@suse.cz>
Mon, 12 Jan 2009 16:44:34 +0000 (17:44 +0100)
committerJan Kara <jack@suse.cz>
Wed, 21 Jan 2009 14:25:57 +0000 (15:25 +0100)
commitc475146d8f3b97e79f9ef88521e28ad40ac07de6
treeda13d60d9198aaef47cf2590e879f067645918db
parentcc33412fb1f11613e20f9dfc2919a77ecd63fbc4
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 <jack@suse.cz>
Acked-by: Mark Fasheh <mfasheh@suse.de>
fs/ocfs2/quota_global.c