From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- fs/befs/TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fs/befs/TODO (limited to 'fs/befs/TODO') diff --git a/fs/befs/TODO b/fs/befs/TODO new file mode 100644 index 000000000..3250921aa --- /dev/null +++ b/fs/befs/TODO @@ -0,0 +1,14 @@ +TODO +========== + +* Convert comments to the Kernel-Doc format. + +* Befs_fs.h has gotten big and messy. No reason not to break it up into + smaller peices. + +* See if Alexander Viro's option parser made it into the kernel tree. + Use that if we can. (include/linux/parser.h) + +* See if we really need separate types for on-disk and in-memory + representations of the superblock and inode. + -- cgit v1.2.3-54-g00ecf