From f0f10d630960b060d5b47324b01742c698752056 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 18 Sep 2009 14:05:10 -0700 Subject: [PATCH] kclient: fix patchset comment --- src/kernel/import_patch_set_into_linux_git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index a2c09332fd6d..ae64aa21e78b 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -298,7 +298,7 @@ ceph: messenger library A generic message passing library is used to communicate with all other components in the Ceph file system. The messenger library provides ordered, reliable delivery of messages between two nodes in -the system, or notifies the higher layer when it is unable to do so. +the system. This implementation is based on TCP. -- 2.47.3