]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/vfscore: remove obvious c++isms and irrelevant code
authorYuri Volchkov <yuri.volchkov@neclab.eu>
Mon, 18 Feb 2019 14:54:25 +0000 (15:54 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Wed, 20 Feb 2019 14:42:24 +0000 (15:42 +0100)
commitc45e7b74d5849f49341eeb6e1156593721ea61fe
treec8f9171fac8d69b23734fc063943a4f1f08c225c
parent00b652b414c62b81a9e30bd355b0403e95ebf56c
lib/vfscore: remove obvious c++isms and irrelevant code

Some c++isms are keep because bigger pieces needed to be redone around
them.

Some code is just disabled with #if 0, as we will make use of it later

Signed-off-by: Yuri Volchkov <yuri.volchkov@neclab.eu>
Reviewed-by: Sharan Santhanam <sharan.santhanam@neclab.eu>
13 files changed:
lib/vfscore/fops.c
lib/vfscore/include/vfscore/dentry.h
lib/vfscore/include/vfscore/mount.h
lib/vfscore/include/vfscore/prex.h
lib/vfscore/include/vfscore/uio.h
lib/vfscore/include/vfscore/vnode.h
lib/vfscore/lookup.c
lib/vfscore/main.c
lib/vfscore/mount.c
lib/vfscore/syscalls.c
lib/vfscore/task.c
lib/vfscore/vfs.h
lib/vfscore/vnode.c