On Thu, Sep 20, 2007 at 05:18:40PM -0700, Andrew Morton wrote:
> On Wed, 19 Sep 2007 18:30:25 +0200
> Christoph Hellwig <[EMAIL PROTECTED]> wrote:
> 
> > +           /*
> > +            * It's not a directory.  Life is a little more complicated.
> > +            */
> > +           struct dentry *target_dir, *nresult;
> > +           char nbuf[NAME_MAX+1];
> 
> Lots of stack usage there.

True.  But this is just copying the old code around to make use of the
new methods, so I didn't want to mess with underlying details.
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to