Skip to content
Snippets Groups Projects
Commit 06eadbd2 authored by scjody's avatar scjody
Browse files

Branch HEAD

Rename ext3-disable-write-barrier-by-default-2.6-sles10.patch so it will
be included in tarballs produced on RHEL 4 systems.

b=12224
i=adilger
i=nathan
parent 22534b95
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,5 @@ ext3-nlinks-2.6.9.patch ...@@ -10,5 +10,5 @@ ext3-nlinks-2.6.9.patch
ext3-ialloc-2.6.patch ext3-ialloc-2.6.patch
ext3-remove-cond_resched-calls-2.6.12.patch ext3-remove-cond_resched-calls-2.6.12.patch
ext3-filterdata-2.6.15.patch ext3-filterdata-2.6.15.patch
ext3-disable-write-barrier-by-default-2.6-sles10.patch ext3-disable-write-bar-by-default-2.6-sles10.patch
ext3-nanosecond-2.6-sles10.patch ext3-nanosecond-2.6-sles10.patch
---
fs/ext3/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.16.21-0.8.orig/fs/ext3/super.c
+++ linux-2.6.16.21-0.8/fs/ext3/super.c
@@ -1425,7 +1425,7 @@ static int ext3_fill_super (struct super
sbi->s_resgid = le16_to_cpu(es->s_def_resgid);
/* enable barriers by default */
- set_opt(sbi->s_mount_opt, BARRIER);
+ /* set_opt(sbi->s_mount_opt, BARRIER); */
set_opt(sbi->s_mount_opt, RESERVATION);
if (!parse_options ((char *) data, sb, &journal_inum, &journal_devnum,
...@@ -10,5 +10,5 @@ ext3-nlinks-2.6.9.patch ...@@ -10,5 +10,5 @@ ext3-nlinks-2.6.9.patch
ext3-ialloc-2.6.patch ext3-ialloc-2.6.patch
ext3-remove-cond_resched-calls-2.6.12.patch ext3-remove-cond_resched-calls-2.6.12.patch
ext3-filterdata-2.6.15.patch ext3-filterdata-2.6.15.patch
ext3-disable-write-barrier-by-default-2.6-sles10.patch ext3-disable-write-bar-by-default-2.6-sles10.patch
ext3-nanosecond-2.6-sles10.patch ext3-nanosecond-2.6-sles10.patch
...@@ -10,5 +10,5 @@ ext3-nlinks-2.6.9.patch ...@@ -10,5 +10,5 @@ ext3-nlinks-2.6.9.patch
ext3-ialloc-2.6.patch ext3-ialloc-2.6.patch
ext3-remove-cond_resched-calls-2.6.12.patch ext3-remove-cond_resched-calls-2.6.12.patch
ext3-filterdata-2.6.15.patch ext3-filterdata-2.6.15.patch
ext3-disable-write-barrier-by-default-2.6-sles10.patch ext3-disable-write-bar-by-default-2.6-sles10.patch
ext3-nanosecond-2.6-sles10.patch ext3-nanosecond-2.6-sles10.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment