aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-25 16:04:46 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:33 -0700
commit5cc06df69f0865750ed5c95e3d930be31b7c861e (patch)
treef8a58461cdb0f54f3730d00f7aa8518ce8d2d5c5 /drivers/staging
parentStaging: get cowloop to build properly (diff)
downloadlinux-dev-5cc06df69f0865750ed5c95e3d930be31b7c861e.tar.xz
linux-dev-5cc06df69f0865750ed5c95e3d930be31b7c861e.zip
Staging: cowloop: add TODO file
Add a TODO file with a few things that needs to be fixed up. Cc: "H.J. Thomassen" <hjt@ATComputing.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/cowloop/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/cowloop/TODO b/drivers/staging/cowloop/TODO
new file mode 100644
index 000000000000..9399d1c16e15
--- /dev/null
+++ b/drivers/staging/cowloop/TODO
@@ -0,0 +1,11 @@
+TODO:
+ - checkpatch.pl cleanups
+ - run sparse to ensure clean
+ - fix up 32/64bit ioctl issues
+ - move proc file usage to debugfs
+ - audit ioctls
+ - add documentation
+ - get linux-fsdevel to review it
+
+Please send patches to "H.J. Thomassen" <hjt@ATComputing.nl> and
+Greg Kroah-Hartman <gregkh@suse.de>