Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qubes Linux Kernel
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party
Qubes Linux Kernel
Commits
79f5df12
Commit
79f5df12
authored
13 years ago
by
Marek Marczykowski
Browse files
Options
Downloads
Patches
Plain Diff
xenlinux: disable blkback barriers
It is broken connected with pvops frontend
parent
4f37a770
Loading
Loading
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
patches.xen/xen-blkback-disable-barriers.patch
+11
-0
11 additions, 0 deletions
patches.xen/xen-blkback-disable-barriers.patch
series-xenlinux.conf
+1
-0
1 addition, 0 deletions
series-xenlinux.conf
with
12 additions
and
0 deletions
patches.xen/xen-blkback-disable-barriers.patch
0 → 100644
+
11
−
0
View file @
79f5df12
--- linux-2.6.38.3/drivers/xen/blkback/xenbus.c 2011-08-18 00:08:53.000000000 +0200
+++ linux-2.6.38.3/drivers/xen/blkback/xenbus.c.new 2011-08-18 14:37:46.615344310 +0200
@@ -441,7 +441,7 @@
return;
}
- err = blkback_barrier(xbt, be, 1);
+ err = blkback_barrier(xbt, be, 0);
if (err)
goto abort;
This diff is collapsed.
Click to expand it.
series-xenlinux.conf
+
1
−
0
View file @
79f5df12
...
...
@@ -847,3 +847,4 @@
patches
.
fixes
/
xen
-
blkfront
-
connect
-
overflow
.
patch
patches
.
fixes
/
xencons_close_deadlock
.
patch
patches
.
fixes
/
xen
-
disable
-
cdrom
-
dbgprints
.
diff
patches
.
xen
/
xen
-
blkback
-
disable
-
barriers
.
patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment