diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
| commit | 5a2cec83a9bb1b4295aa8ab728fcb8ca1811a33c (patch) | |
| tree | 2f83dc6949763e77cf6422e696dc6146684dcf4e /fs/umsdos/notes | |
| parent | f2c853bca542f5ac0b036377637192a74f2091c2 (diff) | |
| parent | caf39e87cc1182f7dae84eefc43ca14d54c78ef9 (diff) | |
Merge /spare/repo/linux-2.6/ 
Diffstat (limited to 'fs/umsdos/notes')
| -rw-r--r-- | fs/umsdos/notes | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/fs/umsdos/notes b/fs/umsdos/notes deleted file mode 100644 index 3c47d1f4fc47..000000000000 --- a/fs/umsdos/notes +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | This file contain idea and things I don't want to forget | ||
| 2 | |||
| 3 | Possible bug in fs/read_write.c | ||
| 4 | Function sys_readdir() | ||
| 5 | |||
| 6 | There is a call the verify_area that does not take in account | ||
| 7 | the count parameter. I guess it should read | ||
| 8 | |||
| 9 | error = verify_area(VERIFY_WRITE, dirent, count*sizeof (*dirent)); | ||
| 10 | |||
| 11 | instead of | ||
| 12 | |||
| 13 | error = verify_area(VERIFY_WRITE, dirent, sizeof (*dirent)); | ||
| 14 | |||
| 15 | Of course, now , count is always 1 | ||
| 16 | |||
| 17 | |||
