This removes another xfs intrusion into the mainline code. Patch is
from Christoph Hellwig with a fix from me for doing root mounts.
Date: Mon Mar 5 10:53:08 PST 2001
Workarea: jen.americas.sgi.com:/src/lord/xfs-linux.2.4
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:88899a
linux/kernel/ksyms.c - 1.81
- remove lookup_vfsmnt export
linux/include/linux/mount.h - 1.13
- remove lookup_vfsmnt() prototype
linux/fs/super.c - 1.43
- remove lookup_vfsmnt()
linux/fs/xfs/xfs_vfsops.c - 1.308
- No need to verify a device is not already mounted during the mount
code,
linux has already done this.
linux/fs/xfs/linux/xfs_vfs.c - 1.22
- use get_super() instead of lookup_vfsmnt()
|