fs: remove now stale label in anon_inode_init()
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 26 Mar 2014 00:43:34 +0000 (17:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 26 Mar 2014 00:43:34 +0000 (17:43 -0700)
commitfce7fc79c8f7188dfc5eafa1b937bcc3c5a4c2f5
tree1c5e437460385f833f8fd2608e7526f610282d9e
parentd6f2589ad561aa5fa39f347eca6942668b7560a1
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 <torvalds@linux-foundation.org>
fs/anon_inodes.c