btrfs: fix the commment for the action flags in delayed-ref.h
authorWang Sheng-Hui <shhuiw@gmail.com>
Fri, 21 Sep 2012 00:21:01 +0000 (08:21 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 21 Sep 2012 06:07:12 +0000 (08:07 +0200)
The action field has been merged into struct btrfs_delayed_ref_node,
and no struct btrfs_delayed_ref is available now.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/btrfs/delayed-ref.h

index 413927fb9957e41fdcfb82511e63d416b8a36c76..25589456d1c9ecabaaef57d78eecc5a92645513d 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 */
This page took 0.078525 seconds and 5 git commands to generate.