Re: [PATCH] net/9p: fid->fid is used uninitialized

From: David Miller
Date: Mon Jan 19 2009 - 00:33:40 EST


From: Roel Kluin <roel.kluin@xxxxxxxxx>
Date: Sun, 18 Jan 2009 20:10:25 +0100

> fid->fid is used uninitialized
>
> Signed-off-by: Roel Kluin <roel.kluin@xxxxxxxxx>

Applied, thanks Roel.

Someone should look into how p9_idpool_get() errors are
propagated. Another call site uses -ENOBUFS, this location
uses -ENOSPC, and it begs the question whether we should
just use the error return given by p9_idpool_get() across
the board.
--
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/