unreachable code in fs_intermezzo_methods.c

Chen Yang <[email protected]> Tue, 6 May 2003 01:53:24 +0800 (CST)
Newsgroups gmane.comp.file-systems.intermezzo.devel
Message-ID <Pine.GSO.4.31L2A.0305060143370.29343-300000@mail>
Hi, Linus:
    I have tested following patch with linux kernel 2.5.69, and I can
approve that it works.
    The attached patch.methods fixes the " [TRIVIAL] unreachable code"
problem reported by Scott Russell<[email protected]>.
    The attached patch.MAINTAINERS updates the MAINTAINERS of current
InterMezzo.
    Thanks.
--
    Chen
patch.methods (text/plain, 376 B)
--- linux-2.5.69-orig/fs/intermezzo/methods.c	2003-05-05 20:03:11.000000000 +0800
+++ linux-2.5.69/fs/intermezzo/methods.c	2003-05-05 23:52:00.000000000 +0800
@@ -251,8 +251,8 @@
         if (ops == NULL) {
                 CERROR("prepare to die: unrecognized cache type for Filter\n");
         }
-        return ops;
         FEXIT;
+        return ops;
 }
patch.MAINTAINERS (text/plain, 357 B)
--- linux-2.5.69-orig/MAINTAINERS	2003-05-05 20:05:41.000000000 +0800
+++ linux-2.5.69/MAINTAINERS	2003-05-05 23:51:20.000000000 +0800
@@ -951,7 +951,7 @@
 S:	Supported
 
 INTERMEZZO FILE SYSTEM
-P:	Chen Yang
+P:	Cluster File Systems	
 M:	[email protected]
 W:	http://www.inter-mezzo.org/
 L:	[email protected]