From: Jan Kara Date: Thu, 13 May 2010 20:14:53 +0000 (+0200) Subject: ocfs2: Fix use after free on remount read-only X-Git-Tag: v2.6.35-rc1~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea7feb072f5914ecafa95b3d83be0c229244d90;p=pandora-kernel.git ocfs2: Fix use after free on remount read-only We also have to cancel quota syncing thread on remount read only because at that moment quota is being turned off. Otherwise quota syncing thread will try to access already freed quota structures. Signed-off-by: Jan Kara --- Reading git-diff-tree failed