commit | 16ec4700127d479143c77fd9128dfa17ab572963 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com> | Wed Sep 24 16:22:22 2008 -0500 |
committer | Eric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com> | Wed Sep 24 16:22:22 2008 -0500 |
tree | 0b1264d7d8242997dece96868be033503e55be55 | |
parent | 62aa528e0299ffef8e138d9d92d13e631d06c5ff [diff] |
9p: fix put_data error handling Abhishek Kulkarni pointed out an inconsistency in the way errors are returned from p9_put_data. On deeper exploration it seems the error handling for this path was completely wrong. This patch adds checks for allocation problems and propagates errors correctly. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>