2013年1月16日
摘要: 681/* 682 * Get the lock to a page atomically. 683 */ 684struct page * __find_lock_page (struct address_space *mapping, 685 unsigned long offset, struct page **hash) 686{ 687 struct page *page; 688 689 /* 690 * We scan the hash list read-only. Ad... 阅读全文
posted @ 2013-01-16 16:03 zylthinking 阅读(1876) 评论(0) 推荐(0) 编辑