mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
[PATCH] make various thing static
Another rollup of patches which give various symbols static scope Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
d763b7a473
commit
52c1da3953
17 changed files with 40 additions and 38 deletions
|
@ -337,7 +337,7 @@ int may_umount(struct vfsmount *mnt)
|
|||
|
||||
EXPORT_SYMBOL(may_umount);
|
||||
|
||||
void umount_tree(struct vfsmount *mnt)
|
||||
static void umount_tree(struct vfsmount *mnt)
|
||||
{
|
||||
struct vfsmount *p;
|
||||
LIST_HEAD(kill);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue