adding filesystem mounting and hostfs handling attempted :P
commitae2b36bc4f8c736f4b2ce80d5962db7ffee760c1
authorAbhay Jayant Kadam <abhaykadam88@gmail.com>
Fri, 1 Jun 2012 15:32:45 +0000 (1 21:02 +0530)
committerAbhay Jayant Kadam <abhaykadam88@gmail.com>
Fri, 1 Jun 2012 15:32:45 +0000 (1 21:02 +0530)
tree2a423e1cbbaf48986e72f07b16585928192da183
parente847b4dfa5dd0b7d2665b62e9798f28b12b46f2b
adding filesystem mounting and hostfs handling attempted :P
18 files changed:
configure
configure.in
src/Makefile.am
src/Makefile.in
src/libfs/Makefile.am
src/libfs/Makefile.in
src/libfs/dcache.h [new file with mode: 0644]
src/libfs/filesystems.c [new file with mode: 0644]
src/libfs/fs.h
src/libfs/inode.c [new file with mode: 0644]
src/libfs/mount.h [new file with mode: 0644]
src/libutils/Makefile.am [new file with mode: 0644]
src/libutils/Makefile.am~ [new file with mode: 0644]
src/libutils/Makefile.in [copied from src/libfs/Makefile.in with 89% similarity]
src/libutils/list.h [new file with mode: 0644]
src/libutils/list.h~ [new file with mode: 0644]
src/libutils/prefetch.h~ [new file with mode: 0644]
src/libutils/stddef.h~ [new file with mode: 0644]