[PATCH] move a bunch of declarations to fs/internal.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2008-03-22 15:48:17 -04:00
parent 807501475f
commit 6d59e7f582
6 changed files with 13 additions and 9 deletions

View file

@ -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);