diff options
author | rtm <rtm> | 2006-08-13 02:12:44 +0000 |
---|---|---|
committer | rtm <rtm> | 2006-08-13 02:12:44 +0000 |
commit | 9e5970d596d7b1634200d50e96130886f593cede (patch) | |
tree | 994e11ccb4a3a33c1963a8f1fb3f7464d3d9e363 /Notes | |
parent | 05e975511bcf7f33955208319655dbfc687a7b0c (diff) | |
download | xv6-labs-9e5970d596d7b1634200d50e96130886f593cede.tar.gz xv6-labs-9e5970d596d7b1634200d50e96130886f593cede.tar.bz2 xv6-labs-9e5970d596d7b1634200d50e96130886f593cede.zip |
link()
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -355,8 +355,6 @@ HMM maybe the variables at the end of struct cpu are being overwritten OH! recursive interrupts will use up any amount of cpu[].stack! underflow and wrecks *previous* cpu's struct -better buffer cache replacement -read/write of open file that's been unlinked disk scheduling mkdir more than one directory content block @@ -365,3 +363,5 @@ sh redirection indirect blocks two bugs in unlink: don't just return if nlink > 0, and search for name, not inum +is there a create/create race for same file name? + resulting in two entries w/ same name in directory? |