]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jan 2014 23:33:03 +0000 (06:33 +0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jan 2014 23:33:03 +0000 (06:33 +0700)
commitbfbedead6922a971dad59324b625a524dab634b9
tree60655eadba129c42090f9d4c4dc2b10805569134
parent4936514ab5df4a2265dc7fdcb4b2ff1a093a520f
parent51fc6c86e23e2b12accb4f0a764f97ea17b18f07
Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs

Pull xfs bugfixes from Ben Myers:
 "Here we have a bugfix for an off-by-one in the remote attribute
  verifier that results in a forced shutdown which you can hit with v5
  superblock by creating a 64k xattr, and a fix for a missing
  destroy_work_on_stack() in the allocation worker.

  It's a bit late, but they are both fairly straightforward"

* tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs:
  xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
  xfs: fix off-by-one error in xfs_attr3_rmt_verify