]> git.pld-linux.org Git - packages/kernel.git/blob - linux-udf-quota-fix.patch
- removed all Group fields translations (oure rpm now can handle translating
[packages/kernel.git] / linux-udf-quota-fix.patch
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.023498 seconds and 3 git commands to generate.