]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "f2fs: enhance multi-threads performance"
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 21 Apr 2015 17:40:54 +0000 (10:40 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 4 May 2015 21:15:15 +0000 (14:15 -0700)
commit5463e7c18e51152104aba9614e6abfc039a8b710
tree218536394f55b575ad56dbe702c2d9dfac078c50
parent5ebe6afaf0057ac3eaeb98defd5456894b446d22
Revert "f2fs: enhance multi-threads performance"

This reports performance regression by Yuanhan Liu.
The basic idea was to reduce one-point mutex, but it turns out this causes
another contention like context swithes.

https://lkml.org/lkml/2015/4/21/11

Until finishing the analysis on this issue, I'd like to revert this for a while.

This reverts commit 78373b7319abdf15050af5b1632c4c8b8b398f33.
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/super.c