From: Sage Weil Date: Fri, 18 Sep 2009 21:05:10 +0000 (-0700) Subject: kclient: fix patchset comment X-Git-Tag: v0.15~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0f10d630960b060d5b47324b01742c698752056;p=ceph.git kclient: fix patchset comment --- 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.