]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.20-reiserfs_ppc.patch
- added -r to depmod to actually check modules instead of rejecting
[packages/kernel.git] / 2.2.20-reiserfs_ppc.patch
1 diff -urN linux.orig/fs/reiserfs/namei.c linux/fs/reiserfs/namei.c
2 --- linux.orig/fs/reiserfs/namei.c      Fri Apr 26 21:09:06 2002
3 +++ linux/fs/reiserfs/namei.c   Fri Apr 26 23:29:03 2002
4 @@ -306,7 +306,7 @@
5        pathrelse (&path);
6             if (quota_allocated)
7                 DQUOT_FREE_BLOCK (dir->i_sb, dir, 1);
8 -      return -EHASHCOLLISION;
9 +      return -EBUSY;
10      }
11      /* adjust offset of directory enrty */
12      deh->deh_offset = SET_GENERATION_NUMBER (deh->deh_offset, gen_number);
This page took 0.028614 seconds and 3 git commands to generate.