patch-2.3.99-pre2 linux/include/linux/mount.h
Next file: linux/include/linux/netfilter.h
Previous file: linux/include/linux/module.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Wed Mar 15 21:45:27 2000
- Orig file:
v2.3.99-pre1/linux/include/linux/mount.h
- Orig date:
Thu Nov 18 20:25:38 1999
diff -u --recursive --new-file v2.3.99-pre1/linux/include/linux/mount.h linux/include/linux/mount.h
@@ -30,13 +30,9 @@
kdev_t mnt_dev; /* Device this applies to */
char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */
char *mnt_dirname; /* Name of directory mounted on */
- unsigned int mnt_flags; /* Flags of this device */
struct super_block *mnt_sb; /* pointer to superblock */
- struct quota_mount_options mnt_dquot; /* Diskquota specific mount options */
struct vfsmount *mnt_next; /* pointer to next in linkedlist */
};
-
-struct vfsmount *lookup_vfsmnt(kdev_t dev);
/*
* Umount options
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)