Loading fs/nilfs2/btnode.c +1 −3 Original line number Diff line number Diff line Loading @@ -266,9 +266,7 @@ void nilfs_btnode_abort_change_key(struct address_space *btnc, return; if (nbh == NULL) { /* blocksize == pagesize */ xa_lock_irq(&btnc->i_pages); __xa_erase(&btnc->i_pages, newkey); xa_unlock_irq(&btnc->i_pages); xa_erase_irq(&btnc->i_pages, newkey); unlock_page(ctxt->bh->b_page); } else brelse(nbh); Loading Loading
fs/nilfs2/btnode.c +1 −3 Original line number Diff line number Diff line Loading @@ -266,9 +266,7 @@ void nilfs_btnode_abort_change_key(struct address_space *btnc, return; if (nbh == NULL) { /* blocksize == pagesize */ xa_lock_irq(&btnc->i_pages); __xa_erase(&btnc->i_pages, newkey); xa_unlock_irq(&btnc->i_pages); xa_erase_irq(&btnc->i_pages, newkey); unlock_page(ctxt->bh->b_page); } else brelse(nbh); Loading