From b1b72084270e374554d9dc7c55dfa623ca6d7cef Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Tue, 6 Sep 2005 15:17:51 -0700 Subject: [PATCH] --- yaml --- r: 7403 b: refs/heads/master c: 82a25b5670eef736a20613f8b93fe55ecb5ca4bc h: refs/heads/master i: 7401: 61595db202a8dc791202b31eff3445109dece3c7 7399: 74ed175fffa7e208e0df7134617ddc08f70b3d85 v: v3 --- [refs] | 2 +- trunk/fs/umsdos/notes | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 trunk/fs/umsdos/notes diff --git a/[refs] b/[refs] index 9bc5872911fe..79a18c354161 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 720a845911097cea1394fe7abb2c9efa76e32715 +refs/heads/master: 82a25b5670eef736a20613f8b93fe55ecb5ca4bc diff --git a/trunk/fs/umsdos/notes b/trunk/fs/umsdos/notes deleted file mode 100644 index 3c47d1f4fc47..000000000000 --- a/trunk/fs/umsdos/notes +++ /dev/null @@ -1,17 +0,0 @@ -This file contain idea and things I don't want to forget - -Possible bug in fs/read_write.c -Function sys_readdir() - - There is a call the verify_area that does not take in account - the count parameter. I guess it should read - - error = verify_area(VERIFY_WRITE, dirent, count*sizeof (*dirent)); - - instead of - - error = verify_area(VERIFY_WRITE, dirent, sizeof (*dirent)); - - Of course, now , count is always 1 - -