Two patches removing some 'unlikely' branch hints where it does not make much
sense. Sent separately from the other cleanups in case they do not seem to fit.

You can pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git remove-unlikely

David Sterba (2):
  btrfs: remove unlikely from NULL checks
  btrfs: remove unlikely from data-dependent branches and slow paths

 fs/btrfs/async-thread.c | 10 +++++-----
 fs/btrfs/extent-tree.c  |  4 ++--
 fs/btrfs/file.c         |  4 ++--
 fs/btrfs/inode.c        | 10 +++++-----
 fs/btrfs/ioctl.c        |  2 +-
 fs/btrfs/transaction.c  |  2 +-
 6 files changed, 16 insertions(+), 16 deletions(-)

-- 
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to