search for: ocfs2_file_sendfil

Displaying 3 results from an estimated 3 matches for "ocfs2_file_sendfil".

Did you mean: ocfs2_file_sendfile
2007 Mar 29
1
Remove the printing of harmless ERRORS like ECONNRESET, EPIPE
Remove the printing of harmless ERRORS like ECONNRESET, EPIPE. For more details, see http://oss.oracle.com/bugzilla/show_bug.cgi?id=865 The ocfs2 kernel source code in git tree don't have function "ocfs2_file_sendfile", so this bug only exists in ocfs2-1.2 branch. -------------- next part -------------- Index: fs/ocfs2/file.c =================================================================== --- fs/ocfs2/file.c (revision 3001) +++ fs/ocfs2/file.c (working copy) @@ -368,8 +368,6 @@ static ssize_t ocfs2_f...
2006 Feb 09
0
(no subject)
..._64 x86_64 GNU/Linux The packages i have installed are: ocfs2-2.6.9-22.0.1.ELsmp-1.0.9-1.x86_64.rpm ocfs2-tools-1.0.3-1.x86_64.rpm ocfs2console-1.0.3-1.x86_64.rpm In the /var/log/messages of both nodes i found a lot of entries like that: Feb 9 10:29:01 lvdweb02 kernel: (26275,1):ocfs2_file_sendfile:363 ERROR: status = -104 Feb 9 10:29:02 lvdweb02 kernel: (16832,1):ocfs2_file_sendfile:363 ERROR: status = -32 They have a frequency of 1-2 per second. Is it normal? Which tools have i to check than everything is working well? Thanks in advance? -------------- next part --------...
2008 May 15
3
[PATCH 1/4] ocfs2: Fixes pipe_buf_operations->pin switch to confirm in 2.6.23.
Signed-off-by: Tiger Yang <tiger.yang at oracle.com> --- Config.make.in | 1 + configure.in | 6 ++++++ fs/ocfs2/Makefile | 4 ++++ kapi-compat/include/pipe_buf_operations.h | 10 ++++++++++ 4 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 kapi-compat/include/pipe_buf_operations.h