Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
64947ec0
Commit
64947ec0
authored
May 16, 2012
by
Jan Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Btrfs: move struct seq_list to ctree.h
Signed-off-by:
Jan Schmidt
<
list.btrfs@jan-o-sch.net
>
parent
5581a51a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
fs/btrfs/ctree.h
fs/btrfs/ctree.h
+7
-0
fs/btrfs/delayed-ref.h
fs/btrfs/delayed-ref.h
+0
-5
No files found.
fs/btrfs/ctree.h
View file @
64947ec0
...
@@ -3098,4 +3098,11 @@ void btrfs_reada_detach(void *handle);
...
@@ -3098,4 +3098,11 @@ void btrfs_reada_detach(void *handle);
int
btree_readahead_hook
(
struct
btrfs_root
*
root
,
struct
extent_buffer
*
eb
,
int
btree_readahead_hook
(
struct
btrfs_root
*
root
,
struct
extent_buffer
*
eb
,
u64
start
,
int
err
);
u64
start
,
int
err
);
/* delayed seq elem */
struct
seq_list
{
struct
list_head
list
;
u64
seq
;
u32
flags
;
};
#endif
#endif
fs/btrfs/delayed-ref.h
View file @
64947ec0
...
@@ -195,11 +195,6 @@ int btrfs_delayed_ref_lock(struct btrfs_trans_handle *trans,
...
@@ -195,11 +195,6 @@ int btrfs_delayed_ref_lock(struct btrfs_trans_handle *trans,
int
btrfs_find_ref_cluster
(
struct
btrfs_trans_handle
*
trans
,
int
btrfs_find_ref_cluster
(
struct
btrfs_trans_handle
*
trans
,
struct
list_head
*
cluster
,
u64
search_start
);
struct
list_head
*
cluster
,
u64
search_start
);
struct
seq_list
{
struct
list_head
list
;
u64
seq
;
};
static
inline
u64
inc_delayed_seq
(
struct
btrfs_delayed_ref_root
*
delayed_refs
)
static
inline
u64
inc_delayed_seq
(
struct
btrfs_delayed_ref_root
*
delayed_refs
)
{
{
assert_spin_locked
(
&
delayed_refs
->
lock
);
assert_spin_locked
(
&
delayed_refs
->
lock
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment