From: Li Zefan Date: Wed, 30 Jul 2008 13:24:37 +0000 (-0400) Subject: Btrfs: async-thread: fix possible memory leak X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf10418675cb424724b5cb9d7725b234defe1fd;p=pandora-kernel.git Btrfs: async-thread: fix possible memory leak When kthread_run() returns failure, this worker hasn't been added to the list, so btrfs_stop_workers() won't free it. Signed-off-by: Li Zefan Signed-off-by: Chris Mason --- Reading git-diff-tree failed