diff options
-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 @@ | |||
1 | TODO: | ||
2 | - checkpatch.pl cleanups | ||
3 | - run sparse to ensure clean | ||
4 | - fix up 32/64bit ioctl issues | ||
5 | - move proc file usage to debugfs | ||
6 | - audit ioctls | ||
7 | - add documentation | ||
8 | - get linux-fsdevel to review it | ||
9 | |||
10 | Please send patches to "H.J. Thomassen" <hjt@ATComputing.nl> and | ||
11 | Greg Kroah-Hartman <gregkh@suse.de> | ||