public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Brendan Hide <brendan@swiftspirit.co.za>
To: Gui Hecheng <guihc.fnst@cn.fujitsu.com>, linux-kernel@vger.kernel.org
Cc: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] lib: add size unit t/p/e to memparse
Date: Mon, 31 Mar 2014 13:17:20 +0200	[thread overview]
Message-ID: <53394EC0.8020007@swiftspirit.co.za> (raw)
In-Reply-To: <1396260185-14109-1-git-send-email-guihc.fnst@cn.fujitsu.com>

On 31/03/14 12:03, Gui Hecheng wrote:
> - *	potentially suffixed with %K (for kilobytes, or 1024 bytes),
> - *	%M (for megabytes, or 1048576 bytes), or %G (for gigabytes, or
> - *	1073741824).  If the number is suffixed with K, M, or G, then
> + *	potentially suffixed with
> + *	%K (for kilobytes, or 1024 bytes),
> + *	%M (for megabytes, or 1048576 bytes),
> + *	%G (for gigabytes, or 1073741824),
> + *	%T (for terabytes, or 1099511627776),
> + *	%P (for petabytes, or 1125899906842624 bytes),
> + *	%E (for exabytes, or 1152921504606846976 bytes).

My apologies, I should have noticed this in your earlier mail. This 
could be updated to specifically refer to the "bi"nary prefixes rather 
than the old SI-conflicting names:
kibibyte, mebibyte, gibibyte, tebibyte, pebibyte, and exbibyte

-- 
__________
Brendan Hide
http://swiftspirit.co.za/
http://www.webafrica.co.za/?AFF1E97


  reply	other threads:[~2014-03-31 11:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-31 10:03 [PATCH] lib: add size unit t/p/e to memparse Gui Hecheng
2014-03-31 11:17 ` Brendan Hide [this message]
2014-04-01  1:13   ` Gui Hecheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53394EC0.8020007@swiftspirit.co.za \
    --to=brendan@swiftspirit.co.za \
    --cc=guihc.fnst@cn.fujitsu.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox