Advertisement
Guest User

Untitled

a guest
Mar 30th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --- reiser4-for-4.5.0.patch 2016-03-30 09:09:26.000000000 -0600
  2. +++ reiser4-for-4.6.0.patch 2016-03-30 17:23:09.030512605 -0600
  3. @@ -221,7 +221,7 @@
  4. if (!(inode->i_state & I_DIRTY_ALL))
  5. wrote++;
  6. - requeue_inode(inode, wb, &wbc);
  7. -+ requeue_inode(inode, wb, wbc);
  8. ++ requeue_inode(inode, tmp_wb, wbc);
  9. inode_sync_complete(inode);
  10. spin_unlock(&inode->i_lock);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement