Re: [PATCH 5/5] btrfs-progs: Doc/mkfs: Add explanation for rootdir parameter

2017-09-04 Thread Duncan
Qu Wenruo posted on Mon, 04 Sep 2017 15:41:10 +0900 as excerpted: > +NOTE: Result btrfs will be shrink to it minimal size, exceeding space will > not > +be accessible unless resized. s/exceeding/additional/ (Exceeding could be used if reworded, but the results I came up with were much less conc

[PATCH 5/5] btrfs-progs: Doc/mkfs: Add explanation for rootdir parameter

2017-09-03 Thread Qu Wenruo
Original --rootdir parameter will shrink the filesystem to its minimal size, which is quite confusing for some users. Add extra note for this behavior. Reported-by: Goffredo Baroncelli Signed-off-by: Qu Wenruo --- Documentation/mkfs.btrfs.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff