]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.7-quotareturn.patch
- replaced by linux-2.4-sfq.patch
[packages/kernel.git] / linux-2.4.7-quotareturn.patch
CommitLineData
dd8fb8ef
JR
1diff -urNp linux-620/fs/dquot.c linux-630/fs/dquot.c
2--- linux-620/fs/dquot.c
3+++ linux-630/fs/dquot.c
4@@ -831,22 +831,22 @@ static void print_warning(struct dquot *
5 tty_write_message(current->tty, quotatypes[dquot->dq_type]);
6 switch (warntype) {
7 case IHARDWARN:
8- msg = " file limit reached.\n";
9+ msg = " file limit reached.\r\n";
10 break;
11 case ISOFTLONGWARN:
12- msg = " file quota exceeded too long.\n";
13+ msg = " file quota exceeded too long.\r\n";
14 break;
15 case ISOFTWARN:
16- msg = " file quota exceeded.\n";
17+ msg = " file quota exceeded.\r\n";
18 break;
19 case BHARDWARN:
20- msg = " block limit reached.\n";
21+ msg = " block limit reached.\r\n";
22 break;
23 case BSOFTLONGWARN:
24- msg = " block quota exceeded too long.\n";
25+ msg = " block quota exceeded too long.\r\n";
26 break;
27 case BSOFTWARN:
28- msg = " block quota exceeded.\n";
29+ msg = " block quota exceeded.\r\n";
30 break;
31 }
32 tty_write_message(current->tty, msg);
This page took 0.178626 seconds and 4 git commands to generate.