]> git.pld-linux.org Git - packages/kernel.git/blame - linux-udf-quota-fix.patch
- added description of djurban's branch
[packages/kernel.git] / linux-udf-quota-fix.patch
CommitLineData
0fa745f9
JR
1--- linux/fs/udf/balloc.c~ Sun Jun 17 00:05:30 2001
2+++ linux/fs/udf/balloc.c Sun Jun 17 00:47:06 2001
3@@ -475,7 +475,7 @@
4
5 /* We do this up front - There are some error conditions that could occure,
6 but.. oh well */
7- DQUOT_FREE_BLOCK(sb, inode, count);
8+ DQUOT_FREE_BLOCK(inode, count);
9 if (UDF_SB_LVIDBH(sb))
10 {
11 UDF_SB_LVID(sb)->freeSpaceTable[UDF_SB_PARTITION(sb)] =
This page took 0.18944 seconds and 4 git commands to generate.