--- aio/mm/shmem.c.~1~ Tue Jul 30 03:48:26 2002 +++ aio/mm/shmem.c Tue Jul 30 05:03:43 2002 @@ -554,8 +554,6 @@ repeat: shmem_recalc_inode(inode); if (entry->val) { - unsigned long flags; - /* Look it up and read it in.. */ page = find_get_page(&swapper_space, entry->val); if (!page) { --- aio/mm/page_alloc.c.~1~ Tue Jul 30 03:48:31 2002 +++ aio/mm/page_alloc.c Tue Jul 30 05:04:08 2002 @@ -277,7 +277,6 @@ static struct page * balance_classzone(z if (PageDirty(page)) BUG(); } - out: *freed = __freed; return page; }