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. --- fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs.c') diff --git a/fs.c b/fs.c index 46179d4..13fc935 100644 --- a/fs.c +++ b/fs.c @@ -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 -- cgit v1.2.3