]> git.pld-linux.org Git - packages/kernel.git/blame - 2.2.20-reiserfs_ppc.patch
- replaced by linux-2.4-sfq.patch
[packages/kernel.git] / 2.2.20-reiserfs_ppc.patch
CommitLineData
16085fdd
KT
1diff -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.10028 seconds and 4 git commands to generate.