summaryrefslogtreecommitdiffstats
path: root/source3/client
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-07-09 23:07:06 +0200
committerAndreas Schneider <asn@samba.org>2014-02-19 18:22:27 +0100
commit5af65f87b563690be773e79f1061225ab60d5d32 (patch)
tree09451a8c82afeb65c08e8370f2e8a32994df4e4e /source3/client
parent29542d1cb5d94b5edf952210f800db1e7b0d210b (diff)
downloadsamba-5af65f87b563690be773e79f1061225ab60d5d32.tar.gz
samba-5af65f87b563690be773e79f1061225ab60d5d32.tar.xz
samba-5af65f87b563690be773e79f1061225ab60d5d32.zip
clitar.c: update TAR_DEFAULT_BLOCK_SIZE comment
Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/clitar.c6
1 files changed, 5 insertions, 1 deletions
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.
*/