Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Mar 2012 02:09:18 +0000 (18:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Mar 2012 02:09:18 +0000 (18:09 -0800)
commit86e06008338e5712603613a0f6770500f79e83bd
tree53d8e522e7d876b52c09bcbefac80836b3ceaa5c
parentbe22aece684f5a700e6247b9861c3759d5798a3c
parenta175423c831ea582c06784d1e172d2ce1d79923a
Merge branch 'for-linus' of git://git./linux/kernel/git/mason/linux-btrfs

Pull btrfs updates from Chris Mason:
 "I have two additional and btrfs fixes in my for-linus branch.  One is
  a casting error that leads to memory corruption on i386 during scrub,
  and the other fixes a corner case in the backref walking code (also
  triggered by scrub)."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
  Btrfs: fix casting error in scrub reada code
  btrfs: fix locking issues in find_parent_nodes()