]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] unreachable code in fs_intermezzo_methods.c
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 26 May 2003 09:58:22 +0000 (02:58 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 26 May 2003 09:58:22 +0000 (02:58 -0700)
From:  Scott Russell <scott@pantastik.com>

  - Rearranged unreachable code reported at kbugs.org

fs/intermezzo/methods.c

index 70ca28ffeccd33ba31ebf7f4e4bd5d4c02bfcb5d..f6dc7bab3c8326fe67943a6fd74524212791ea49 100644 (file)
@@ -251,8 +251,8 @@ struct filter_fs *filter_get_filter_fs(const char *cache_type)
         if (ops == NULL) {
                 CERROR("prepare to die: unrecognized cache type for Filter\n");
         }
-        return ops;
         FEXIT;
+        return ops;
 }