[Devel] [PATCH RHEL7 COMMIT] ms/fs: remove now stale label in anon_inode_init()

Konstantin Khorenko khorenko at virtuozzo.com
Tue Dec 19 14:03:32 MSK 2017


The commit is pushed to "branch-rh7-3.10.0-693.11.1.vz7.39.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-693.11.1.vz7.39.7
------>
commit ca5e63b4d4fd56aea985b09b8c72cc2441f096f1
Author: Linus Torvalds <torvalds at linux-foundation.org>
Date:   Tue Dec 19 14:03:32 2017 +0300

    ms/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 at linux-foundation.org>
    
    ms commit: ("fce7fc79c8f7 fs: remove now stale label in anon_inode_init()")
    
    https://jira.sw.ru/browse/PSBM-75068
    
    Signed-off-by: Evgenii Shatokhin <eshatokhin at virtuozzo.com>
---
 fs/anon_inodes.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c
index 4b4543b8b894..42fcc46e2cca 100644
--- a/fs/anon_inodes.c
+++ b/fs/anon_inodes.c
@@ -186,7 +186,6 @@ static int __init anon_inode_init(void)
 
 err_unregister_filesystem:
 	unregister_filesystem(&anon_inode_fs_type);
-err_exit:
 	panic(KERN_ERR "anon_inode_init() failed (%d)\n", error);
 }
 


More information about the Devel mailing list