diff options
author | Chao Yu <chao2.yu@samsung.com> | 2015-12-01 11:47:33 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-12-04 12:07:57 -0800 |
commit | 9006f2c93fe5cc450bc0d3a4924b46393f165b4a (patch) | |
tree | d75afedaca0773ac0909c1b9582523f73eefde17 /fs/dlm | |
parent | b7973f2378c619d0e17a075f13350bd58a9ebe3d (diff) | |
download | blackbird-op-linux-9006f2c93fe5cc450bc0d3a4924b46393f165b4a.tar.gz blackbird-op-linux-9006f2c93fe5cc450bc0d3a4924b46393f165b4a.zip |
f2fs: kill f2fs_drop_largest_extent
For direct IO, f2fs only allocate new address for the block which is not
exist in the disk before, its mapping info should not exist in extent
cache previously, so here we do not need to call f2fs_drop_largest_extent
to drop related cache.
Due to no more callers for f2fs_drop_largest_extent now, kill it.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/dlm')
0 files changed, 0 insertions, 0 deletions