From cf90380720a03104e86037ae9479832c7c98cc5a Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Tue, 31 Jul 2018 16:12:52 -0700 Subject: [PATCH] CHANGELOG.md: remove duplicated BlobFS entry Reported-by: Shuhei Matsumoto Signed-off-by: Jim Harris Change-Id: I253ad84d6705550585dcd1da48560300b0eb8377 Reviewed-on: https://review.gerrithub.io/420939 Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6be88f6..4690a7b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -133,11 +133,6 @@ IOAT for copy engine is disabled by default. It can be enabled by specifying the option with "Yes" in `[Ioat]` section of the configuration file. The Disable option is now deprecated and will be removed in a future release. -### blobfs - -Change the return type of spdk_file_truncate from void to int. The purpose is to catch -the `NOMEM` error condition. - ## v18.04: Logical Volume Snapshot/Clone, iSCSI Initiator, Bdev QoS, VPP Userspace TCP/IP ### vhost