From: Linus Torvalds Date: Wed, 26 Mar 2014 00:43:34 +0000 (-0700) Subject: fs: remove now stale label in anon_inode_init() X-Git-Tag: v3.14~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce7fc79c8f7188dfc5eafa1b937bcc3c5a4c2f5;p=pandora-kernel.git fs: remove now stale label in anon_inode_init() The previous commit removed the register_filesystem() call and the associated error handling, but left the label for the error path that no longer exists. Remove that too. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed