Merge tag 'for-f2fs-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Aug 2016 00:24:27 +0000 (20:24 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Aug 2016 00:24:27 +0000 (20:24 -0400)
commitb059152245e778c5526e198a99f0475c8fc26506
tree2d3d7b092859b35f189bd14cf7288707bbc8f359
parent7a1dcf6adaa7cc4b8cd93a3883267497a77b1051
parent20a3d61d46e1fb45efa6eb4637c0dcd3f00a14e9
Merge tag 'for-f2fs-v4.8-rc4' of git://git./linux/kernel/git/jaegeuk/f2fs

Pull f2fs fixes from Jaegeuk Kim:
 - fsmark regression
 - i_size race condition
 - wrong conditions in f2fs_move_file_range

* tag 'for-f2fs-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs:
  f2fs: avoid potential deadlock in f2fs_move_file_range
  f2fs: allow copying file range only in between regular files
  Revert "f2fs: move i_size_write in f2fs_write_end"
  Revert "f2fs: use percpu_rw_semaphore"