Re: [PATCH] hfsplus: don't oops on bad FS

From: Chris Wedgwood
Date: Sun May 01 2005 - 00:10:06 EST


On Mon, Apr 25, 2005 at 10:03:45PM +0200, Colin Leroy wrote:

> cleanup:
> hfsplus_put_super(sb);
> +
> +cleanup_little:
> if (nls)
> unload_nls(nls);
> + sb->s_fs_info = NULL;
> + kfree(sbi);

cleanup_little? why not cleanup_no_put or something?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/