diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-03-22 15:48:17 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-04-21 23:11:01 -0400 |
commit | 6d59e7f582ef1c1988542d0fc3b36d0087b757ce (patch) | |
tree | 2e6e2e7d42af8f89f7b87aeaf5261d4cfbd9b625 /include/linux/mount.h | |
parent | 807501475fce0ebe68baedf87f202c3e4ee0d12c (diff) | |
download | kernel_samsung_espresso10-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.zip kernel_samsung_espresso10-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.tar.gz kernel_samsung_espresso10-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.tar.bz2 |
[PATCH] move a bunch of declarations to fs/internal.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index d6600e3..87b24ce 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -94,8 +94,6 @@ static inline void mntput(struct vfsmount *mnt) } } -extern void free_vfsmnt(struct vfsmount *mnt); -extern struct vfsmount *alloc_vfsmnt(const char *name); extern struct vfsmount *do_kern_mount(const char *fstype, int flags, const char *name, void *data); |