]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[nfs] Rewrite NFS URI handling
authorMarin Hannache <git@mareo.fr>
Fri, 16 May 2014 14:43:08 +0000 (16:43 +0200)
committerMichael Brown <mcb30@ipxe.org>
Sun, 18 May 2014 20:53:39 +0000 (21:53 +0100)
commitf4e069bf2e2fcdca417ae7e384efb1fa0ad87343
tree357877d1ce7a5870f4be15e93a76172798f4b097
parent2b4be69eee372e1010af2302e82c3d0cf1d875e9
[nfs] Rewrite NFS URI handling

Get the NFS URI manipulation code out of nfs_open.c.  The resulting
code is now much more readable.

Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/errfile.h
src/include/ipxe/nfs_uri.h [new file with mode: 0644]
src/net/oncrpc/nfs_open.c
src/net/oncrpc/nfs_uri.c [new file with mode: 0644]