From: Duncan <1i5t5.duncan@cox.net>
To: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH v7 01/20] btrfs: dedup: Introduce dedup framework and its header
Date: Sun, 13 Mar 2016 16:55:07 +0000 (UTC) [thread overview]
Message-ID: <pan$df368$11da4cf4$ea45e87d$e6f8d7f4@cox.net> (raw)
In-Reply-To: 87egbeipdp.fsf@notabene.neil.brown.name
NeilBrown posted on Sun, 13 Mar 2016 22:33:22 +1100 as excerpted:
> On Sun, Mar 13 2016, Qu Wenruo wrote:
>
>> BTW, I am always interested in, why de-duplication can be shorted as
>> 'dedupe'.
>> I didn't see any 'e' in the whole word "DUPlication".
>> Or it's an abbreviation of "DUPlicatE" instead of "DUPlication"?
>
> The "u" in "duplicate" is pronounced as a long vowel sound, almost like
> d-you-plicate.
> To make a vowel long you can add an 'e' at the end of a word.
> by analogy, "dupe" has a long "u" and so sounds like the first syllable
> of "duplicate".
As a native (USian but with some years growing up in the then recently
independent former Crown colony of Kenya, influencing my personal
preferences) English speaker, while what Neil says about short "u" vs.
long "u" is correct, I agree with Qu that the "e" in dupe doesn't make so
much sense, and would, other things being equal, vastly prefer dedup to
dedupe, myself.
However, there's some value in consistency, and given the previous dedupe
precedent in-kernel, sticking to that for consistency reasons makes sense.
But were this debate to have been about the original usage, I'd have
definitely favored dedup all the way, as not withstanding Neil's argument
above, adding the "e" makes little sense to me either. So only because
it's already in use in kernel code, but if this /were/ the original
kernel code...
So I definitely understand your confusion, Qu, and have the same personal
preference even as a native English speaker. =:^)
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
next prev parent reply other threads:[~2016-03-13 16:55 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 5:42 [GIT PULL][PATCH v7 00/19][For 4.6] Btrfs: Add inband (write time) de-duplication framework Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 01/20] btrfs: dedup: Introduce dedup framework and its header Qu Wenruo
2016-03-09 21:27 ` NeilBrown
2016-03-10 0:57 ` Qu Wenruo
2016-03-11 11:43 ` David Sterba
2016-03-12 8:16 ` Qu Wenruo
2016-03-13 5:16 ` Qu Wenruo
2016-03-13 11:33 ` NeilBrown
2016-03-13 16:55 ` Duncan [this message]
2016-03-15 22:08 ` Nicholas D Steeves
2016-03-15 23:19 ` Duncan
2016-02-18 5:42 ` [PATCH v7 02/20] btrfs: dedup: Introduce function to initialize dedup info Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 03/20] btrfs: dedup: Introduce function to add hash into in-memory tree Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 04/20] btrfs: dedup: Introduce function to remove hash from " Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 05/20] btrfs: delayed-ref: Add support for increasing data ref under spinlock Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 06/20] btrfs: dedup: Introduce function to search for an existing hash Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 07/20] btrfs: dedup: Implement btrfs_dedup_calc_hash interface Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 08/20] btrfs: ordered-extent: Add support for dedup Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 09/20] btrfs: dedup: Inband in-memory only de-duplication implement Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 10/20] btrfs: dedup: Add basic tree structure for on-disk dedup method Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 11/20] btrfs: dedup: Introduce interfaces to resume and cleanup dedup info Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 12/20] btrfs: dedup: Add support for on-disk hash search Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 13/20] btrfs: dedup: Add support to delete hash for on-disk backend Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 14/20] btrfs: dedup: Add support for adding " Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 15/20] btrfs: dedup: Add ioctl for inband deduplication Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 16/20] btrfs: dedup: add an inode nodedup flag Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 17/20] btrfs: dedup: add a property handler for online dedup Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 18/20] btrfs: dedup: add per-file online dedup control Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 19/20] btrfs: try more times to alloc metadata reserve space Qu Wenruo
2016-02-18 5:42 ` [PATCH v7 20/20] btrfs: dedup: Fix a bug when running inband dedup with balance Qu Wenruo
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='pan$df368$11da4cf4$ea45e87d$e6f8d7f4@cox.net' \
--to=1i5t5.duncan@cox.net \
--cc=linux-btrfs@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;
as well as URLs for NNTP newsgroup(s).