minix/minix/lib/libfsdriver
David van Moolenbroek 22840dea11 libfsdriver: preinitialize stat.st_ino
The stat.st_ino field must always be filled with the inode number
given as part of the fdr_stat request anyway, so libfsdriver can
simply fill in the number and allow the file system not to bother.

Change-Id: Ia7a849d0b23dfc83010df0d48fa26e4225427694
2015-06-23 14:38:04 +00:00
..
call.c libfsdriver: preinitialize stat.st_ino 2015-06-23 14:38:04 +00:00
dentry.c Add libfsdriver: a library to drive file systems 2014-09-18 12:46:23 +00:00
fsdriver.c libfsdriver: prefill st_dev for stat requests 2014-11-14 15:54:16 +00:00
fsdriver.h libfsdriver: prefill st_dev for stat requests 2014-11-14 15:54:16 +00:00
lookup.c Add libfsdriver: a library to drive file systems 2014-09-18 12:46:23 +00:00
Makefile Add libfsdriver: a library to drive file systems 2014-09-18 12:46:23 +00:00
table.c Add libfsdriver: a library to drive file systems 2014-09-18 12:46:23 +00:00
utility.c Add libfsdriver: a library to drive file systems 2014-09-18 12:46:23 +00:00