From d8eb9bd3dc2a0cdb01a1bd9d11ddd53d4e2180e6 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Fri, 16 Mar 2018 00:58:38 +0530 Subject: [PATCH] doc: make minor grammatical rectifications Signed-off-by: Rishabh Dave --- doc/cephfs/eviction.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cephfs/eviction.rst b/doc/cephfs/eviction.rst index 48da7195d38bb..af2cef266b5ef 100644 --- a/doc/cephfs/eviction.rst +++ b/doc/cephfs/eviction.rst @@ -40,7 +40,7 @@ Manual client eviction ====================== Sometimes, the administrator may want to evict a client manually. This -could happen if a client is died and the administrator does not +could happen if a client has died and the administrator does not want to wait for its session to time out, or it could happen if a client is misbehaving and the administrator does not have access to the client node to unmount it. @@ -169,9 +169,9 @@ a per-inode basis. But we don't, because: * It would be more complicated. * It would use an extra 4 bytes of memory for every inode. - * It would not be much more efficient as almost always everyone has the latest. - OSD map anyway, in most cases everyone will breeze through this barrier - rather than waiting. + * It would not be much more efficient as, almost always, everyone has + the latest OSD map. And, in most cases everyone will breeze through this + barrier rather than waiting. * This barrier is done in very rare cases, so any benefit from per-inode granularity would only very rarely be seen. -- 2.39.5