From: Tejun Heo Date: Sat, 7 Jul 2012 22:55:47 +0000 (-0700) Subject: Revert "cgroup: superblock can't be released with active dentries" X-Git-Tag: v3.5-rc7~44^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db5b3ca0ecdb2e8fad52a4770e4e320e61c77a6;p=pandora-kernel.git Revert "cgroup: superblock can't be released with active dentries" This reverts commit fa980ca87d15bb8a1317853f257a505990f3ffde. The commit was an attempt to fix a race condition where a cgroup hierarchy may be unmounted with positive dentry reference on root cgroup. While the commit made the race condition slightly more difficult to trigger, the race was still there and could be reliably triggered using a different test case. Revert the incorrect fix. The next commit will describe the race and fix it correctly. Signed-off-by: Tejun Heo LKML-Reference: <4FEEA5CB.8070809@huawei.com> Reported-by: shyju pv Cc: Sasha Levin Acked-by: Li Zefan --- Reading git-diff-tree failed