diff options
author | rtm <rtm> | 2006-08-12 22:44:26 +0000 |
---|---|---|
committer | rtm <rtm> | 2006-08-12 22:44:26 +0000 |
commit | 05e975511bcf7f33955208319655dbfc687a7b0c (patch) | |
tree | cee2b914d15bfc1d48c16a3c275b453e90f3abc6 /Notes | |
parent | cd93074e5bed8fdbc84f2960c3219c7cf791b020 (diff) | |
download | xv6-labs-05e975511bcf7f33955208319655dbfc687a7b0c.tar.gz xv6-labs-05e975511bcf7f33955208319655dbfc687a7b0c.tar.bz2 xv6-labs-05e975511bcf7f33955208319655dbfc687a7b0c.zip |
zero out all of dirent.name when creating
don't increase length of directory
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -363,5 +363,5 @@ more than one directory content block sh arguments sh redirection indirect blocks -two bugs in unlink -how come unlink xxx fails? iput problem? +two bugs in unlink: don't just return if nlink > 0, + and search for name, not inum |