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
d1ae0ede
Commit
d1ae0ede
authored
Jan 14, 2003
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] remove obsolete kern_umount alias for mntput
parent
32e50ad9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
fs/devpts/inode.c
fs/devpts/inode.c
+1
-1
include/linux/fs.h
include/linux/fs.h
+0
-2
No files found.
fs/devpts/inode.c
View file @
d1ae0ede
...
@@ -180,7 +180,7 @@ static int __init init_devpts_fs(void)
...
@@ -180,7 +180,7 @@ static int __init init_devpts_fs(void)
static
void
__exit
exit_devpts_fs
(
void
)
static
void
__exit
exit_devpts_fs
(
void
)
{
{
unregister_filesystem
(
&
devpts_fs_type
);
unregister_filesystem
(
&
devpts_fs_type
);
kern_umoun
t
(
devpts_mnt
);
mntpu
t
(
devpts_mnt
);
}
}
module_init
(
init_devpts_fs
)
module_init
(
init_devpts_fs
)
...
...
include/linux/fs.h
View file @
d1ae0ede
...
@@ -992,8 +992,6 @@ extern struct vfsmount *kern_mount(struct file_system_type *);
...
@@ -992,8 +992,6 @@ extern struct vfsmount *kern_mount(struct file_system_type *);
extern
int
may_umount
(
struct
vfsmount
*
);
extern
int
may_umount
(
struct
vfsmount
*
);
extern
long
do_mount
(
char
*
,
char
*
,
char
*
,
unsigned
long
,
void
*
);
extern
long
do_mount
(
char
*
,
char
*
,
char
*
,
unsigned
long
,
void
*
);
#define kern_umount mntput
extern
int
vfs_statfs
(
struct
super_block
*
,
struct
statfs
*
);
extern
int
vfs_statfs
(
struct
super_block
*
,
struct
statfs
*
);
/* Return value for VFS lock functions - tells locks.c to lock conventionally
/* Return value for VFS lock functions - tells locks.c to lock conventionally
...
...
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