From cf4b1ad90bcaeeb0c8458098c87948f61d408f94 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 19 Feb 2011 21:17:55 -0500 Subject: xv6: formatting, cleanup, rev5 (take 2) --- fs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fs.h') diff --git a/fs.h b/fs.h index 6f92592..1e6137b 100644 --- a/fs.h +++ b/fs.h @@ -41,7 +41,6 @@ struct dinode { // Block containing bit for block b #define BBLOCK(b, ninodes) (b/BPB + (ninodes)/IPB + 3) -// PAGEBREAK: 10 // Directory is a file containing a sequence of dirent structures. #define DIRSIZ 14 -- cgit v1.2.3