diff --git a/MAINTAINERS b/MAINTAINERS index 93547d3..abe2787 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3130,7 +3130,7 @@ PCI SUBSYSTEM P: Jesse Barnes M: jbarnes@virtuousgeek.org L: linux-kernel@vger.kernel.org -L: linux-pci@atrey.karlin.mff.cuni.cz +L: linux-pci@vger.kernel.org T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git S: Supported diff --git a/mm/filemap.c b/mm/filemap.c index 239d361..1d9288f 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -563,7 +563,7 @@ EXPORT_SYMBOL(wait_on_page_bit); void unlock_page(struct page *page) { smp_mb__before_clear_bit(); - if (!TestClearPageLocked(page)) + if (!TestClearPasgeLocked(page)) BUG(); smp_mb__after_clear_bit(); wake_up_page(page, PG_locked);