diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 19:40:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 19:40:55 +0000 |
commit | 0f466d54ea302459597d7a62905ae74cf975b879 (patch) | |
tree | 90621050dcfac7221cd9c7e0c9fa4fae62339332 /ext2fs/pager.c | |
parent | 67512ffaaefaaa43a27befc0ae7e4e98625ddc96 (diff) | |
download | hurd-0f466d54ea302459597d7a62905ae74cf975b879.tar.gz hurd-0f466d54ea302459597d7a62905ae74cf975b879.tar.bz2 hurd-0f466d54ea302459597d7a62905ae74cf975b879.zip |
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
* dir.c (diskfs_get_directs): Fix sloppy bugs in last change.
* hyper.c (allocate_mod_map): Likewise.
* pager.c (get_page_buf): Likewise.
Diffstat (limited to 'ext2fs/pager.c')
-rw-r--r-- | ext2fs/pager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext2fs/pager.c b/ext2fs/pager.c index 1ccc0154..f2315c90 100644 --- a/ext2fs/pager.c +++ b/ext2fs/pager.c @@ -85,7 +85,6 @@ get_page_buf () buf = free_page_bufs; if (buf == 0) { - error_t err; spin_unlock (&free_page_bufs_lock); buf = mmap (0, vm_page_size, PROT_READ|PROT_WRITE, MAP_ANON, 0, 0); if (buf == (void *) -1) |