clitar.c: update TAR_DEFAULT_BLOCK_SIZE comment
authorAurélien Aptel <aurelien.aptel@gmail.com>
Tue, 9 Jul 2013 21:07:06 +0000 (23:07 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 19 Feb 2014 17:22:27 +0000 (18:22 +0100)
Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/client/clitar.c

index 46c51b50bf5dfe8f42bac9ae760abdf3b7256010..552ffcf9fdea618dde42acf01b31d3f2f2c935f1 100644 (file)
 #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.
  */