summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-12 22:44:26 +0000
committerrtm <rtm>2006-08-12 22:44:26 +0000
commit05e975511bcf7f33955208319655dbfc687a7b0c (patch)
treecee2b914d15bfc1d48c16a3c275b453e90f3abc6 /Notes
parentcd93074e5bed8fdbc84f2960c3219c7cf791b020 (diff)
downloadxv6-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--Notes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Notes b/Notes
index 7d8ac14..7e3edd5 100644
--- a/Notes
+++ b/Notes
@@ -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