alistair23-linux/fs/befs
Luis de Bethencourt 9ae51a32b1 befs: use simpler while loop
Replace goto with simpler while loop to make befs_readdir() more readable.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
2016-10-08 10:01:16 +01:00
..
befs.h befs: remove unused functions 2016-10-08 10:01:12 +01:00
befs_fs_types.h Fix common misspellings 2011-03-31 11:26:23 -03:00
btree.c befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
btree.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
ChangeLog Fix common misspellings 2011-03-31 11:26:23 -03:00
datastream.c fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
datastream.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
debug.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
endian.h befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
inode.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
inode.h
io.c fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
io.h fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
Kconfig fs/befs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
linuxvfs.c befs: use simpler while loop 2016-10-08 10:01:16 +01:00
Makefile BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
super.c befs: fix function name in documentation 2016-10-08 10:01:11 +01:00
super.h
TODO