patch-2.3.28 linux/fs/super.c
Next file: linux/fs/sysv/inode.c
Previous file: linux/fs/proc/kcore.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Nov 12 04:36:13 1999
- Orig file:
v2.3.27/linux/fs/super.c
- Orig date:
Mon Nov 1 13:56:27 1999
diff -u --recursive --new-file v2.3.27/linux/fs/super.c linux/fs/super.c
@@ -104,7 +104,8 @@
lptr->mnt_dev = sb->s_dev;
lptr->mnt_flags = sb->s_flags;
- sema_init(&lptr->mnt_dquot.semaphore, 1);
+ sema_init(&lptr->mnt_dquot.dqio_sem, 1);
+ sema_init(&lptr->mnt_dquot.dqoff_sem, 1);
lptr->mnt_dquot.flags = 0;
/* N.B. Is it really OK to have a vfsmount without names? */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)