Re: [QUOTA] Drop spin lock when calling request_module

From: Linus Torvalds
Date: Thu Nov 06 2003 - 11:30:18 EST



On Thu, 6 Nov 2003, Jan Kara wrote:
> actqf = NULL;
> goto out;

Mind changing this to just a "return NULL" instead and just remove the
label entirely, now that it doesn't actually need to play with any
spinlocks?

I don't mind goto's if there is a _point_ to them, but this one doesn't
seem to fall under that heading.

Linus


-
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/