SOURCES (LINUX_2_6): linux-2.6-vs2.3.patch - up to 2.6.22.9
baggins
baggins at pld-linux.org
Wed Sep 26 21:32:41 CEST 2007
Author: baggins Date: Wed Sep 26 19:32:41 2007 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- up to 2.6.22.9
---- Files affected:
SOURCES:
linux-2.6-vs2.3.patch (1.2.4.11.2.6 -> 1.2.4.11.2.7)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.6 SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.7
--- SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.6 Wed Sep 26 18:26:51 2007
+++ SOURCES/linux-2.6-vs2.3.patch Wed Sep 26 21:32:35 2007
@@ -163,8 +163,8 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 22
--EXTRAVERSION = .8
-+EXTRAVERSION = .8-vs2.3.0.24
+-EXTRAVERSION = .9
++EXTRAVERSION = .9-vs2.3.0.24
NAME = Holy Dancing Manatees, Batman!
# *DOCUMENTATION*
@@ -6270,7 +6270,7 @@
@@ -787,6 +806,7 @@ find_conflict:
goto out;
locks_copy_lock(new_fl, request);
- locks_insert_lock(&inode->i_flock, new_fl);
+ locks_insert_lock(before, new_fl);
+ vx_locks_inc(new_fl);
new_fl = NULL;
error = 0;
@@ -9582,27 +9582,6 @@
reiserfs_write_unlock_xattrs(inode->i_sb);
dput(root);
} else {
-diff -NurpP --minimal linux-2.6.22.6/fs/splice.c linux-2.6.22.6-vs2.3.0.24/fs/splice.c
---- linux-2.6.22.6/fs/splice.c 2007-09-05 03:37:50 +0200
-+++ linux-2.6.22.6-vs2.3.0.24/fs/splice.c 2007-09-19 03:19:11 +0200
-@@ -1011,7 +1011,7 @@ long do_splice_direct(struct file *in, l
- max_read_len = min(len, (size_t)(PIPE_BUFFERS*PAGE_SIZE));
-
- ret = do_splice_to(in, ppos, pipe, max_read_len, flags);
-- if (unlikely(ret < 0))
-+ if (unlikely(ret <= 0))
- goto out_release;
-
- read_len = ret;
-@@ -1023,7 +1023,7 @@ long do_splice_direct(struct file *in, l
- */
- ret = do_splice_from(pipe, out, &out_off, read_len,
- flags & ~SPLICE_F_NONBLOCK);
-- if (unlikely(ret < 0))
-+ if (unlikely(ret <= 0))
- goto out_release;
-
- bytes += ret;
diff -NurpP --minimal linux-2.6.22.6/fs/stat.c linux-2.6.22.6-vs2.3.0.24/fs/stat.c
--- linux-2.6.22.6/fs/stat.c 2007-07-09 13:19:28 +0200
+++ linux-2.6.22.6-vs2.3.0.24/fs/stat.c 2007-08-05 20:53:13 +0200
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.4.11.2.6&r2=1.2.4.11.2.7&f=u
More information about the pld-cvs-commit
mailing list