[Ocfs2-commits] taoma commits r3002 - branches/ocfs2-1.2/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Apr 1 18:35:27 PDT 2007


Author: taoma
Date: 2007-04-01 18:35:25 -0700 (Sun, 01 Apr 2007)
New Revision: 3002

Modified:
   branches/ocfs2-1.2/fs/ocfs2/file.c
Log:
Remove the printing of harmless ERRORS like ECONNRESET, EPIPE.

For more details, please see
http://oss.oracle.com/bugzilla/show_bug.cgi?id=865

Signed-off-by:mfasheh

Modified: branches/ocfs2-1.2/fs/ocfs2/file.c
===================================================================
--- branches/ocfs2-1.2/fs/ocfs2/file.c	2007-03-27 19:53:45 UTC (rev 3001)
+++ branches/ocfs2-1.2/fs/ocfs2/file.c	2007-04-02 01:35:25 UTC (rev 3002)
@@ -368,8 +368,6 @@
 	down_read(&OCFS2_I(inode)->ip_alloc_sem);
 
 	ret = generic_file_sendfile(in_file, ppos, count, actor, target);
-	if (ret < 0)
-		mlog_errno(ret);
 
 	up_read(&OCFS2_I(inode)->ip_alloc_sem);
 




More information about the Ocfs2-commits mailing list