Displaying 3 results from an estimated 3 matches for "generic_file_write_nolock".
Did you mean:
__generic_file_write_nolock
2004 Aug 30
1
2.6 I/O path totally messed up
The second argumentto generic_file_write_nolock is an iovec, not an
actual userbuffer. The current code doesn't even have the slightest
chance to work. Maybe it's time to decouple the 2.6 read/write code
from the 2.4 code and implement proper vectored operations everywhere?
(and kill tge O_DIRECT vs O_APPEN hack, and the broken fallba...
2003 Aug 06
2
Re: ext3 badness in 2.6.0-test2
...nolock+0x412/0xbd0
Aug 6 15:22:05 adams kernel: [<c017c0ed>] d_alloc_anon+0x2d/0x240
Aug 6 15:22:05 adams kernel: [<c034bf0f>] sock_alloc_send_skb+0x2f/0x40
Aug 6 15:22:05 adams kernel: [<c0366ceb>] ip_append_data+0x6db/0x780
Aug 6 15:22:05 adams kernel: [<c013f91e>] generic_file_write_nolock+0x7e/0xa0
Aug 6 15:22:05 adams kernel: [<c038867a>] udp_sendmsg+0x41a/0xb40
Aug 6 15:22:05 adams kernel: [<c02a4136>] e1000_xmit_frame+0x516/0x680
Aug 6 15:22:05 adams kernel: [<c01df6b0>] exp_find_key+0x60/0x70
Aug 6 15:22:05 adams kernel: [<c013fb7c>] generic_file_...
2007 Jun 26
3
1.2.6 compile failures
...missing initializer
/data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/file.c:201:
warning: (near initialization for `info.wl_extended')
/data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/file.c:239:
warning: implicit declaration of function `generic_file_write_nolock'
/data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/file.c:
In function `ocfs2_file_read':
/data/images/keymaker/home/accountadmin/ocfs2-1.2.6-patched/fs/ocfs2/file.c:323:
warning: implicit declaration of function `generic_file_read'
/data/images/ke...