From: Sunil Mushran Date: Fri, 19 Jun 2009 23:53:17 +0000 (-0700) Subject: ocfs2: Stop orphan scan as early as possible during umount X-Git-Tag: v2.6.31-rc1~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=692684e19e317a374c18e70a44d6413e51f71c11;p=pandora-kernel.git ocfs2: Stop orphan scan as early as possible during umount Currently if the orphan scan fires a tick before the user issues the umount, the umount will wait for the queued orphan scan tasks to complete. This patch makes the umount stop the orphan scan as early as possible so as to reduce the probability of the queued tasks slowing down the umount. Signed-off-by: Sunil Mushran Signed-off-by: Joel Becker --- Reading git-diff-tree failed