fs: store pointer to fsdev instead of dev in struct filep
The struct device_d * in struct filep is never of interest, instead
it is always converted to a struct fs_device_d *, so simplify the code
by storing the struct fs_device_d * directly.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 86ef8cb commit bfef6cd5f2ff1720543839dea9bcc7ec340ba8f5
@Sascha Hauer Sascha Hauer authored on 8 Oct 2014
Showing 3 changed files
View
fs/devfs.c
View
fs/fs.c
View
include/fs.h