]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Use vfs functions to allocate/free the resources used for a socket (Part II)
authorMihai Pogonaru <pogonarumihai@gmail.com>
Sat, 29 Jun 2019 13:54:58 +0000 (16:54 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Sat, 29 Jun 2019 14:43:11 +0000 (16:43 +0200)
commit58a885e63e02d176cd24f880ff310aac2388fbc7
treef0d7834ff9f17b1aa635fe7447f646868dd87437
parentdad3905e6ef7bd996aeb27d51a597c1e871c3edb
Use vfs functions to allocate/free the resources used for a socket (Part II)

This part changes LWIP so that it uses vfs functions to allocate the
dentry and vnode used for sockets.

Signed-off-by: Mihai Pogonaru <pogonarumihai@gmail.com>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
sockets.c