[PATCH 033/222] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()

2013-01-16 Thread Herton Ronaldo Krzesinski
3.5.7.3 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 175431635ec09b1d1bba04979b006b99e8305a83 upstream. cgroup_create_dir() does weird dancing with dentry refcnt. On success, it gets and then puts it achieving nothing. On

[PATCH 033/222] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()

2013-01-16 Thread Herton Ronaldo Krzesinski
3.5.7.3 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit 175431635ec09b1d1bba04979b006b99e8305a83 upstream. cgroup_create_dir() does weird dancing with dentry refcnt. On success, it gets and then puts it