diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-09-21 08:21:01 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-21 08:07:12 +0200 |
commit | 44a075bde9ab32d13bb2ff89f3e72fd869f272c4 (patch) | |
tree | bc69ad42bad46672d09a4d74cc26774933b1d5ef /fs/btrfs/delayed-ref.h | |
parent | 527a1361387cd132a577dc8a6ae676cfc1e8414b (diff) | |
download | op-kernel-dev-44a075bde9ab32d13bb2ff89f3e72fd869f272c4.zip op-kernel-dev-44a075bde9ab32d13bb2ff89f3e72fd869f272c4.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/delayed-ref.h b/fs/btrfs/delayed-ref.h index 413927f..2558945 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 */ |