]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaege...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jul 2017 17:30:16 +0000 (10:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jul 2017 17:30:16 +0000 (10:30 -0700)
commit465b0dbb38a02c449c62563ce0995e741c0ebe18
tree83bc36f49488c2732de858555afdb49cd7897ff8
parentf58781c983393716e3d57398eb980a31121a5a7f
parent4db08d016ccedb5b97869724a096990acad59685
Merge tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs

Pull f2fs fixes from Jaegeuk Kim:
 "We've filed some bug fixes:

   - missing f2fs case in terms of stale SGID bit, introduced by Jan

   - build error for seq_file.h

   - avoid cpu lockup

   - wrong inode_unlock in error case"

* tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs:
  f2fs: avoid cpu lockup
  f2fs: include seq_file.h for sysfs.c
  f2fs: Don't clear SGID when inheriting ACLs
  f2fs: remove extra inode_unlock() in error path