aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2022-05-12 14:02:51 +0200
committerDavid Sterba <dsterba@suse.com>2022-05-12 14:02:51 +0200
commitb6e15650b278f13b39ce393ec740ba57f69895b8 (patch)
tree66441f2901208e80cd596ecba9a382c50ea9ad0c /Documentation
parenta5d88cbdee2a3b5688b1eb692f1b366142710546 (diff)
downloadbtrfs-progs-b6e15650b278f13b39ce393ec740ba57f69895b8.tar.gz
btrfs-progs: docs: add note about ifdef EXPERIMENTAL
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Experimental.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/Experimental.md b/Documentation/Experimental.md
index d0828b2e..bf3f31e4 100644
--- a/Documentation/Experimental.md
+++ b/Documentation/Experimental.md
@@ -15,7 +15,7 @@ In the code use it like:
...
}
-in case it does not interfere with other code or does not depend on an `#ifdef`
+in case it does not interfere with other code or does not depend on an `#if`
where it would break default build.
Or:
@@ -26,6 +26,9 @@ Or:
for larger code blocks.
+Do not use `#ifdef` as the macro is always defined so this would not work as
+expected.
+
Each feature should be tracked in an issue with label
[experimental](https://github.com/kdave/btrfs-progs/labels/experimental), with
a description and a todo list items. Individual tasks can be tracked in other