From: Tim Shimmin Date: Sun, 4 Sep 2005 22:29:01 +0000 (+1000) Subject: [XFS] Fixes a bug in the quota code when allocating a new dquot record X-Git-Tag: v2.6.14-rc1~526^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa092f3d4c60be7e81de515db9f06e5f8426afc;p=pandora-kernel.git [XFS] Fixes a bug in the quota code when allocating a new dquot record which can cause an extent hole to be filled and a free extent to be processed. In this case, we make a few mistakes: forget to pass back the transaction, forget to put a hold on the buffer and forget to add the buf to the new transaction. SGI-PV: 940366 SGI-Modid: xfs-linux:xfs-kern:23594a Signed-off-by: Tim Shimmin Signed-off-by: Nathan Scott --- Reading git-diff-tree failed