On Mon, Mar 14, 2016 at 05:01:12PM +0800, Qu Wenruo wrote:
> Hi David,
>
> Just like the kernel naming change, does btrfs-progs also need to change
> 'dedup' to 'dedupe'?
Yes please.
> For kernel part, I have changed all 'dedup' to 'dedupe', including
> filename (dedup.c -> dedupe.c), function
Hi David,
Just like the kernel naming change, does btrfs-progs also need to change
'dedup' to 'dedupe'?
For kernel part, I have changed all 'dedup' to 'dedupe', including
filename (dedup.c -> dedupe.c), function name and even comment.
I'm a little curious about should btrfs-progs also keep
Add basic ioctl header and command group framework for later use.
Alone with basic man page doc.
Signed-off-by: Qu Wenruo
---
Documentation/Makefile.in | 1 +
Documentation/btrfs-dedup.asciidoc | 39 +++
Documentation/btrfs.asciidoc | 4
Makefile