From 34295f461a416e40bb76e67c568a761222dc6913 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 31 May 2009 05:12:21 +0000 Subject: group locks into structs they protect. few naming nits. --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index 05374e0..12b1561 100644 --- a/file.c +++ b/file.c @@ -14,7 +14,7 @@ struct { void fileinit(void) { - initlock(&ftable.lock, "file_table"); + initlock(&ftable.lock, "ftable"); } // Allocate a file structure. -- cgit v1.2.3