diff options
Diffstat (limited to 'fs.c')
-rw-r--r-- | fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ struct { void iinit(void) { - initlock(&icache.lock, "icache.lock"); + initlock(&icache.lock, "icache"); } // Find the inode with number inum on device dev |