]> git.baikalelectronics.ru Git - kernel.git/commit
namespace: mnt_want_write: Remove unused label 'out'
authorKautuk Consul <consul.kautuk@gmail.com>
Fri, 23 Sep 2011 16:38:29 +0000 (22:08 +0530)
committerJiri Kosina <jkosina@suse.cz>
Sat, 29 Oct 2011 19:22:14 +0000 (21:22 +0200)
commitc1ebb4781038432874985cb2443e020d8c24bbe3
tree71128f1d5c0a362f934c76a06a96b830fc6cc479
parentbf6264ac5287cef5aef8eb17405e9ab72b0d7aec
namespace: mnt_want_write: Remove unused label 'out'

I was studying the code and I saw that the out label is not being used
at all so I removed it and its usage from the function.

Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/namespace.c