diff options
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ struct { void fileinit(void) { - initlock(&ftable.lock, "file_table"); + initlock(&ftable.lock, "ftable"); } // Allocate a file structure. |