summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.h
diff options
context:
space:
mode:
authorWang Sheng-Hui <shhuiw@gmail.com>2012-09-21 08:21:01 +0800
committerJiri Kosina <jkosina@suse.cz>2012-09-21 08:07:12 +0200
commit44a075bde9ab32d13bb2ff89f3e72fd869f272c4 (patch)
treebc69ad42bad46672d09a4d74cc26774933b1d5ef /fs/btrfs/delayed-ref.h
parent527a1361387cd132a577dc8a6ae676cfc1e8414b (diff)
downloadlinux-0-day-44a075bde9ab32d13bb2ff89f3e72fd869f272c4.tar.gz
linux-0-day-44a075bde9ab32d13bb2ff89f3e72fd869f272c4.tar.xz
btrfs: fix the commment for the action flags in delayed-ref.h
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>
Diffstat (limited to 'fs/btrfs/delayed-ref.h')
-rw-r--r--fs/btrfs/delayed-ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/delayed-ref.h b/fs/btrfs/delayed-ref.h
index 413927fb9957e..25589456d1c9e 100644
--- a/fs/btrfs/delayed-ref.h
+++ b/fs/btrfs/delayed-ref.h
@@ -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 */