diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:59:43 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:59:43 -0800 | 
| commit | ba6edf537004b1c68a0736c95ebe39a30a2537fb (patch) | |
| tree | b4a2cd81ca09ab6cd8e442458d6da722422ad952 /fs/namespace.c | |
| parent | d0415686774477153ca911a612f74c2d2bb11be6 (diff) | |
v2.5.1.4 -> v2.5.1.5
- Dave Jones: more merging, fix up last merge..
- release to sync with Dave
Diffstat (limited to 'fs/namespace.c')
| -rw-r--r-- | fs/namespace.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/namespace.c b/fs/namespace.c index b9e023654882..093ed8ef6dcf 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -24,6 +24,7 @@  struct vfsmount *do_kern_mount(const char *type, int flags, char *name, void *data);  int do_remount_sb(struct super_block *sb, int flags, void * data);  void kill_super(struct super_block *sb); +int __init init_rootfs(void);  static struct list_head *mount_hashtable;  static int hash_mask, hash_bits; | 
