]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/cgroup.c: remove dead code
authorAdrian Bunk <bunk@kernel.org>
Thu, 7 Feb 2008 08:13:43 +0000 (00:13 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 16:42:17 +0000 (08:42 -0800)
commitb65325896f89b467aebd24565ce2d67a63fdf7c2
treee6d1880751b119358a30385a2a65deaec695f0b5
parent767a44886ce8b50905633dc6e47b3541340bdf71
kernel/cgroup.c: remove dead code

This patch removes dead code spotted by the Coverity checker
(look at the "(nbytes >= PATH_MAX)" check).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Paul Jackson <pj@sgi.com>
Cc: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cgroup.c