Btrfs: fix wrong return value of btrfs_wait_for_commit()
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / delayed-ref.h
index ab5300595847e20602c307620a3a5059ca258b06..c9d703693df0b91e4c01a9181f93d2ab64572dcf 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __DELAYED_REF__
 #define __DELAYED_REF__
 
-/* these are the possible values of struct btrfs_delayed_ref->action */
+/* these are the possible values of struct btrfs_delayed_ref_node->action */
 #define BTRFS_ADD_DELAYED_REF    1 /* add one backref to the tree */
 #define BTRFS_DROP_DELAYED_REF   2 /* delete one backref from the tree */
 #define BTRFS_ADD_DELAYED_EXTENT 3 /* record a full extent allocation */