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
bfceac7f
Commit
bfceac7f
authored
Jun 06, 2022
by
David Sterba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
btrfs: remove unused typedefs get_extent_t and btrfs_work_func_t
Signed-off-by:
David Sterba
<
dsterba@suse.com
>
parent
e3059ec0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
fs/btrfs/async-thread.h
fs/btrfs/async-thread.h
+0
-1
fs/btrfs/extent_io.h
fs/btrfs/extent_io.h
+0
-4
No files found.
fs/btrfs/async-thread.h
View file @
bfceac7f
...
...
@@ -13,7 +13,6 @@ struct btrfs_fs_info;
struct
btrfs_workqueue
;
struct
btrfs_work
;
typedef
void
(
*
btrfs_func_t
)(
struct
btrfs_work
*
arg
);
typedef
void
(
*
btrfs_work_func_t
)(
struct
work_struct
*
arg
);
struct
btrfs_work
{
btrfs_func_t
func
;
...
...
fs/btrfs/extent_io.h
View file @
bfceac7f
...
...
@@ -142,10 +142,6 @@ static inline void extent_changeset_free(struct extent_changeset *changeset)
struct
extent_map_tree
;
typedef
struct
extent_map
*
(
get_extent_t
)(
struct
btrfs_inode
*
inode
,
struct
page
*
page
,
size_t
pg_offset
,
u64
start
,
u64
len
);
int
try_release_extent_mapping
(
struct
page
*
page
,
gfp_t
mask
);
int
try_release_extent_buffer
(
struct
page
*
page
);
...
...
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