patch-2.0.35 linux/include/linux/quota.h

Next file: linux/include/linux/raid1.h
Previous file: linux/include/linux/pt.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.34/linux/include/linux/quota.h linux/include/linux/quota.h
@@ -169,6 +169,8 @@
    kdev_t dq_dev;                /* Device this applies to */
    short dq_flags;		/* see DQ_* */
    short dq_count;		/* reference count */
+   short dq_locknest;   	/* lock nesting */	
+   struct task_struct *dq_lockproc;	/* process holding the lock */
    struct vfsmount *dq_mnt;     /* vfsmountpoint this applies to */
    struct dqblk dq_dqb;         /* diskquota usage */
    struct wait_queue *dq_wait;	/* pointer to waitqueue */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov