From 4638cabf8c52c5f08f83942103f2375d2ed46388 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Tue, 29 Aug 2017 14:11:59 -0400 Subject: fix runoff complaints about pagination and long lines --- fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fs.c') diff --git a/fs.c b/fs.c index 1ada466..feb59fe 100644 --- a/fs.c +++ b/fs.c @@ -155,12 +155,12 @@ bfree(int dev, uint b) // have locked the inodes involved; this lets callers create // multi-step atomic operations. // -// The icache.lock spin-lock defends the allocation of icache +// The icache.lock spin-lock protects the allocation of icache // entries. Since ip->ref indicates whether an entry is free, // and ip->dev and ip->inum indicate which i-node an entry // holds, one must hold icache.lock while using any of those fields. // -// An ip->lock sleep-lock defends all ip-> fields other than ref, +// An ip->lock sleep-lock protects all ip-> fields other than ref, // dev, and inum. One must hold ip->lock in order to // read or write that inode's ip->valid, ip->size, ip->type, &c. -- cgit v1.2.3