* [PATCH] Typo in test11-pre7 isofs/namei.c
@ 2000-11-18 12:23 Tom Leete
2000-11-19 12:14 ` Vincent
0 siblings, 1 reply; 2+ messages in thread
From: Tom Leete @ 2000-11-18 12:23 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Hi,
The second and third arguments of get_joliet_filename() are swapped.
Tom
--- linux-2.4.0-test11/fs/isofs/namei.c.orig Sat Nov 18 01:55:55 2000
+++ linux-2.4.0-test11/fs/isofs/namei.c Sat Nov 18 07:08:05 2000
@@ -127,7 +127,7 @@
dpnt = tmpname;
#ifdef CONFIG_JOLIET
} else if (dir->i_sb->u.isofs_sb.s_joliet_level) {
- dlen = get_joliet_filename(de, dir, tmpname);
+ dlen = get_joliet_filename(de, tmpname, dir);
dpnt = tmpname;
#endif
} else if (dir->i_sb->u.isofs_sb.s_mapping == 'a') {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] Typo in test11-pre7 isofs/namei.c
2000-11-18 12:23 [PATCH] Typo in test11-pre7 isofs/namei.c Tom Leete
@ 2000-11-19 12:14 ` Vincent
0 siblings, 0 replies; 2+ messages in thread
From: Vincent @ 2000-11-19 12:14 UTC (permalink / raw)
To: linux-kernel
Tom Leete wrote:
>
> Hi,
>
> The second and third arguments of get_joliet_filename() are swapped.
>
> Tom
>
> --- linux-2.4.0-test11/fs/isofs/namei.c.orig Sat Nov 18 01:55:55 2000
> +++ linux-2.4.0-test11/fs/isofs/namei.c Sat Nov 18 07:08:05 2000
> @@ -127,7 +127,7 @@
> dpnt = tmpname;
> #ifdef CONFIG_JOLIET
> } else if (dir->i_sb->u.isofs_sb.s_joliet_level) {
> - dlen = get_joliet_filename(de, dir, tmpname);
> + dlen = get_joliet_filename(de, tmpname, dir);
> dpnt = tmpname;
> #endif
> } else if (dir->i_sb->u.isofs_sb.s_mapping == 'a') {
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-19 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-18 12:23 [PATCH] Typo in test11-pre7 isofs/namei.c Tom Leete
2000-11-19 12:14 ` Vincent
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox