]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2014 21:50:31 +0000 (13:50 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2014 21:50:31 +0000 (13:50 -0800)
commit096ef7470311a5c6363c131c4cd3085e99b1c3fc
tree9cb329a1231a1f971e6c18ff472090872adb8da2
parent87eebe183c015f7cea6b2a08c3b9f80fa4149041
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"

This reverts commit 87eebe183c015f7cea6b2a08c3b9f80fa4149041.

Tejun writes:
        I'm sorry but can you please revert the whole series?
        get_active() waiting while a node is deactivated has potential
        to lead to deadlock and that deactivate/reactivate interface is
        something fundamentally flawed and that cgroup will have to work
        with the remove_self() like everybody else.  IOW, I think the
        first posting was correct.

Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/kernfs/dir.c