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>

Changed files
-1
fs
-1
fs/anon_inodes.c
··· 186 186 187 187 err_unregister_filesystem: 188 188 unregister_filesystem(&anon_inode_fs_type); 189 - err_exit: 190 189 panic(KERN_ERR "anon_inode_init() failed (%d)\n", error); 191 190 } 192 191