projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f094e
)
free-map: Replace U+00A0 "hard spaces" by ordinary ASCII spaces.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Dec 2010 17:55:04 +0000
(09:55 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Dec 2010 17:55:04 +0000
(09:55 -0800)
Reported by Borja Sotomayor <borja@cs.uchicago.edu>.
src/filesys/free-map.c
patch
|
blob
|
history
diff --git
a/src/filesys/free-map.c
b/src/filesys/free-map.c
index db0dc4ae1905014fdd9a1acfa592e03643658381..29ea4df8d2a64876ea8f2a384f4ad6f44ce1659b 100644
(file)
--- a/
src/filesys/free-map.c
+++ b/
src/filesys/free-map.c
@@
-22,8
+22,8
@@
free_map_init (void)
/* Allocates CNT consecutive sectors from the free map and stores
the first into *SECTORP.
Returns true if successful, false if not enough consecutive
-
sectors were available or if the free_map file could not be
-
written. */
+
sectors were available or if the free_map file could not be
+
written. */
bool
free_map_allocate (size_t cnt, block_sector_t *sectorp)
{