* 2.4.30 do_readv_writev32 fix
@ 2005-04-22 10:25 Atsushi Nemoto
2005-04-22 13:01 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2005-04-22 10:25 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
Hi. Here is a patch to fix a bug introduced on 2.4.30 ...
--- linux-mips-2.4/arch/mips64/kernel/linux32.c 2005-04-18 11:44:19.000000000 +0900
+++ linux-2.4/arch/mips64/kernel/linux32.c 2005-04-22 19:15:32.358642423 +0900
@@ -1101,6 +1101,7 @@
* specially as they have atomicity guarantees and can handle
* iovec's natively
*/
+ inode = file->f_dentry->d_inode;
if (inode->i_sock) {
int err;
err = sock_readv_writev(type, inode, file, iov, count, tot_len);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-22 13:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-22 10:25 2.4.30 do_readv_writev32 fix Atsushi Nemoto
2005-04-22 13:01 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox