diff options
| author | Christoph Hellwig <hch@lst.de> | 2003-01-14 19:25:30 -0800 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2003-01-14 19:25:30 -0800 |
| commit | d1ae0ede7e46bdc80a730110897c14424eab698c (patch) | |
| tree | d7d45c099ffd122263e932415043ad3dff8d6f42 /include/linux | |
| parent | 32e50ad990469e44fb19543628f8a46325d1f326 (diff) | |
[PATCH] remove obsolete kern_umount alias for mntput
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3d098c717fc1..7dafaeb0b1cc 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -992,8 +992,6 @@ extern struct vfsmount *kern_mount(struct file_system_type *); extern int may_umount(struct vfsmount *); extern long do_mount(char *, char *, char *, unsigned long, void *); -#define kern_umount mntput - extern int vfs_statfs(struct super_block *, struct statfs *); /* Return value for VFS lock functions - tells locks.c to lock conventionally |
