[Bugme-janitors] [Bug 21612] unexpected splice() behaviour

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Mon Nov 8 23:45:21 PST 2010


https://bugzilla.kernel.org/show_bug.cgi?id=21612





--- Comment #4 from Коренберг Марк <socketpair at gmail.com>  2010-11-09 07:45:20 ---
fs/splice.c (near the line 382):
--------------- 8<---------
         error = ops->confirm(pipe, buf);
                        if (error) {
                                if (!ret)
                                        error = ret;
                                break;
                        }
--------------- 8<---------

maybe ret=error instead of error=ret ?

(as in line 403)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the Bugme-janitors mailing list