Re: [RFC] fs/super.c: Why alloc_super use a static variable default_op?

From: Al Viro
Date: Wed Jul 25 2007 - 02:43:28 EST


On Wed, Jul 25, 2007 at 07:39:53AM +0100, Al Viro wrote:

> For superblocks and inodes that is different - if we go looking for a method,
> we *are* going to hit the method table anyway; it's not going to be NULL in
> anything resembling a normal case. So having the pointer to table initialized

"it" == "pointer to method table", of course. Pointers _in_ method table
might very well be NULL...
-
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/