patch-2.3.28 linux/include/linux/mount.h
Next file: linux/include/linux/pci_ids.h
Previous file: linux/include/linux/isapnp.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Fri Nov 12 04:36:13 1999
- Orig file:
v2.3.27/linux/include/linux/mount.h
- Orig date:
Tue Jul 6 10:18:15 1999
diff -u --recursive --new-file v2.3.27/linux/include/linux/mount.h linux/include/linux/mount.h
@@ -17,11 +17,12 @@
struct quota_mount_options
{
unsigned int flags; /* Flags for diskquotas on this device */
- struct semaphore semaphore; /* lock device while I/O in progress */
+ struct semaphore dqio_sem; /* lock device while I/O in progress */
+ struct semaphore dqoff_sem; /* serialize quota_off() and quota_on() on device */
struct file *files[MAXQUOTAS]; /* fp's to quotafiles */
time_t inode_expire[MAXQUOTAS]; /* expiretime for inode-quota */
time_t block_expire[MAXQUOTAS]; /* expiretime for block-quota */
- char rsquash[MAXQUOTAS]; /* for quotas treat root as any other user */
+ char rsquash[MAXQUOTAS]; /* for quotas threat root as any other user */
};
struct vfsmount
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)