Commit 014ec19d authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] unreachable code in fs_intermezzo_methods.c

From:  Scott Russell <scott@pantastik.com>

  - Rearranged unreachable code reported at kbugs.org
parent 3bafecc6
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment