Re: [PATCH v2] reduce NFS stack usage

From: Jeff Garzik
Date: Thu Sep 25 2003 - 19:08:25 EST


Steve Dickson wrote:
Hey Jeff,

Question:
Why are only nfs_lookup_revalidate() and nfs_readdir()
a problem and not the other 4 ops (like nfs_lookup())?
Is the case only those two showed up in the stack overflow
oops trace?

You guessed it... I'm sure other routines are problematic, but those were two that showed up in traces.


Also, not like there much choice in matter, but I wonder what
type of performance hit (if any) there will be by making
these routines call kmalloc()... lookups and readdirs are
pretty popular ops...

Sure. I wasn't suggesting by any means my patch is the ultimate solution :) Creating a slab cache would be easy enough...

Jeff




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