aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
diff options
context:
space:
mode:
authorLatchesar Ionkov <lucho@ionkov.net>2009-04-05 16:26:41 -0500
committerEric Van Hensbergen <ericvh@vTrogdor.(none)>2009-04-05 16:54:52 -0500
commit742b11a7ec60faa25d76c95c268041ab215c25ad (patch)
tree86305d4b295f859d89fedd27a5f54ad8b029e5c3 /net/9p/trans_fd.c
parentnet/9p: set correct stat size when sending Twstat messages (diff)
downloadlinux-dev-742b11a7ec60faa25d76c95c268041ab215c25ad.tar.xz
linux-dev-742b11a7ec60faa25d76c95c268041ab215c25ad.zip
net/9p: return error when p9_client_stat fails
p9_client_stat function doesn't return correct value if it fails. p9_client_stat should return ERR_PTR of the error value when it fails. Instead, it always returns a value to the allocated p9_wstat struct even when it is not populated correctly. This patch makes p9_client_stat to handle failure correctly. Signed-off-by: Latchesar Ionkov <lucho@ionkov.net> Reviewed-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'net/9p/trans_fd.c')
0 files changed, 0 insertions, 0 deletions