Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Oct 2017 16:03:08 +0000 (09:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Oct 2017 16:03:08 +0000 (09:03 -0700)
commitbf2db0b9f5808fa5b78141b68d55ec630bf06313
tree0e82d0824f8cfb7c3d1aca5e1bb44c3bc6f1c23a
parentb77779b93d7a38d9a7f3462b83f6e6fadb6b9ce5
parent69ad59767d094752c23c0fc180a79532fde073d0
Merge branch 'for-4.14-rc4' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "Two more fixes for bugs introduced in 4.13.

  The sector_t problem with 32bit architecture and !LBDAF config seems
  serious but the number of affected deployments is hopefully low.

  The clashing status bits could lead to a confusing in-memory state of
  the whole-filesystem operations if used with the quota override sysfs
  knob"

* 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  Btrfs: fix overlap of fs_info::flags values
  btrfs: avoid overflow when sector_t is 32 bit
fs/btrfs/ctree.h
fs/btrfs/extent_io.c