dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/9p
Abhishek Kulkarni eedfe1c428 9p: Possible regression in p9_client_stat
Fix a possible regression with p9_client_stat where it can try to kfree 
an ERR_PTR after an erroneous p9pdu_readf. Also remove an unnecessary data 
buffer increment in p9_client_read.

Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2009-07-14 15:54:41 -05:00
..
Kconfig
Makefile
client.c 9p: Possible regression in p9_client_stat 2009-07-14 15:54:41 -05:00
error.c
mod.c
protocol.c
protocol.h
trans_fd.c net/9p: Fix crash due to bad mount parameters. 2009-07-02 13:17:01 -07:00
trans_rdma.c
trans_virtio.c virtio: find_vqs/del_vqs virtio operations 2009-06-12 22:16:36 +09:30
util.c