patch-2.4.23 linux-2.4.23/fs/dquot.c
Next file: linux-2.4.23/fs/exec.c
Previous file: linux-2.4.23/fs/buffer.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/fs/dquot.c
- Orig date:
2003-08-25 04:44:43.000000000 -0700
diff -urN linux-2.4.22/fs/dquot.c linux-2.4.23/fs/dquot.c
@@ -392,6 +392,7 @@
* is enough since if dquot is locked/modified it can't be
* on the free list */
get_dquot_ref(dquot);
+ dqstats.lookups++;
if (dquot->dq_flags & DQ_LOCKED)
wait_on_dquot(dquot);
if (dquot_dirty(dquot))
@@ -622,7 +623,6 @@
dqput(dquot);
return NODQUOT;
}
- ++dquot->dq_referenced;
dqstats.lookups++;
return dquot;
@@ -642,7 +642,6 @@
if (dquot->dq_flags & DQ_LOCKED)
printk(KERN_ERR "VFS: dqduplicate(): Locked quota to be duplicated!\n");
get_dquot_dup_ref(dquot);
- dquot->dq_referenced++;
dqstats.lookups++;
return dquot;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)