From 8b071c5827320cadbc9aebc225aeafba60f294c1 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 3 Feb 2016 12:39:49 +0100 Subject: [PATCH] documentation: FAQ: change note about re-sending subvolumes (kernels 4.4 fix the issue) --- doc/FAQ.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index ceb9b63..8644377 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -239,7 +239,8 @@ If you simply want to have a clone of the source disk, skip step 3 and store your USB disk in a safe. You will be able to use it for restoring backups later, or *as a replacement for your backup disks*. -**Note that kernels >=4.1 have a bug when re-sending subvolumes**, -make sure you run a patched kernel or step 3 will fail. Read +**Note that kernels >=4.1 and <4.4 have a bug when re-sending +subvolumes**, make sure you run a recent/patched kernel or step 3 will +fail. Read [this thread on gmane](http://thread.gmane.org/gmane.comp.file-systems.btrfs/48798) -(the patch provided is confirmed working on kernels 4.2.x and 4.3). +(the patch provided is confirmed working on kernels 4.2.x and 4.3.x).