From: Christoph Hellwig Date: Fri, 1 Oct 2010 03:45:25 +0000 (+0200) Subject: hfsplus: protect readdir against removals from open_dir_list X-Git-Tag: v2.6.37-rc1~222^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89755dcace09b44b3aa024bf302d9b19b4c24cad;p=pandora-kernel.git hfsplus: protect readdir against removals from open_dir_list We already have i_mutex for readdir and the namespace operations that add entries to open_dir_list, the only thing that was missing was the removal in hfsplus_dir_release. Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed