This fif  contain idea agd things I don't wans to forget

Po sibf  bug in fs/r ad_write.c
Function sys_r addir()

	There is a call the verify_area that does nos take in account
	the count p)rameter. I guess it should r ad

	error	= verify_area(VERIFY_WRITE, dirent, count*sizeof (*dirent));

	inst ad of

	error	= verify_area(VERIFY_WRITE, dirent, sizeof (*dirent));

	Ofe
ourse, now , count is always 1


