Skip to content

Commit

Permalink
autofs: drop unnecessary extern in autofs_i.h
Browse files Browse the repository at this point in the history
autofs4_kill_sb() doesn't need to be declared as extern, and no other
functions in .h are explicitly declared as extern.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Tomohiro Kusumi <[email protected]>
Signed-off-by: Ian Kent <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
kusumi authored and torvalds committed Oct 11, 2016
1 parent e662145 commit 4a44c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/autofs4/autofs_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@ static inline void autofs4_del_expiring(struct dentry *dentry)
}
}

extern void autofs4_kill_sb(struct super_block *);
void autofs4_kill_sb(struct super_block *);

0 comments on commit 4a44c18

Please sign in to comment.