From 5af65f87b563690be773e79f1061225ab60d5d32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Aptel?= Date: Tue, 9 Jul 2013 23:07:06 +0200 Subject: [PATCH] clitar.c: update TAR_DEFAULT_BLOCK_SIZE comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Aptel Reviewed-by: David Disseldorp Reviewed-by: Andreas Schneider --- source3/client/clitar.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 46c51b50bf5..552ffcf9fde 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -33,8 +33,12 @@ #define TAR_MAX_BLOCK_SIZE 0xffff /** + * Default tar block size in bytes. Hasn't changed since the first + * commit in 1996... + * * A more adequate size will be used for better performance unless - * we're dealing with a tape device with fixed block size. + * we're dealing with a tape device with a fixed read/write block + * size. * * The actual choice is made by libarchive. */ -- 2.11.4.GIT