diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-25 16:04:46 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:33 -0700 |
commit | 5cc06df69f0865750ed5c95e3d930be31b7c861e (patch) | |
tree | f8a58461cdb0f54f3730d00f7aa8518ce8d2d5c5 /drivers | |
parent | 8cd9c297a8ad1366789b934b0e4510c87beaf274 (diff) | |
download | linux-5cc06df69f0865750ed5c95e3d930be31b7c861e.tar.gz linux-5cc06df69f0865750ed5c95e3d930be31b7c861e.tar.bz2 linux-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')
-rw-r--r-- | drivers/staging/cowloop/TODO | 11 |
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> |