1. 25 7月, 2010 2 次提交
  2. 24 7月, 2010 1 次提交
    • R
      nilfs2: simplify nilfs_get_page function · c28e69d9
      Ryusuke Konishi 提交于
      Implementation of nilfs_get_page() is a bit old as below:
      
       - A common read_mapping_page inline function is now available instead
         of its read_cache_page use.
       - wait_on_page_locked() use in the function is eliminable since
         read_cache_page function does the same thing through wait_on_page_read().
       - PageUptodate() check is eliminable for the same reason.
      
      This renews nilfs_get_page() based on these points.
      Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
      c28e69d9
  3. 23 7月, 2010 37 次提交