]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.39/patches.fixes/ext4-fixes-2.6.28-rc8.patch
Imported linux-2.6.27.39 suse/xen patches.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.fixes / ext4-fixes-2.6.28-rc8.patch
similarity index 99%
rename from src/patches/suse-2.6.27.31/patches.fixes/ext4-fixes-2.6.28-rc8.patch
rename to src/patches/suse-2.6.27.39/patches.fixes/ext4-fixes-2.6.28-rc8.patch
index eb0e3c694bebc1e06a9f41ffba80db9e2068389f..66d701f6c864f9153166838eddf87fa72e8958f8 100644 (file)
@@ -5354,7 +5354,7 @@ diff -rup b/fs/ext4//inode.c a/fs/ext4///inode.c
 +                      /* Make sure s_inode_readahead_blks is a power of 2 */
 +                      while (EXT4_SB(sb)->s_inode_readahead_blks &
 +                             (EXT4_SB(sb)->s_inode_readahead_blks-1))
-+                              EXT4_SB(sb)->s_inode_readahead_blks = 
++                              EXT4_SB(sb)->s_inode_readahead_blks =
 +                                 (EXT4_SB(sb)->s_inode_readahead_blks &
 +                                  (EXT4_SB(sb)->s_inode_readahead_blks-1));
 +                      b = block & ~(EXT4_SB(sb)->s_inode_readahead_blks-1);
@@ -7681,7 +7681,7 @@ diff -rup b/fs/ext4//namei.c a/fs/ext4///namei.c
        if (bcount)
 -              printk("%snames %u, fullness %u (%u%%)\n", levels?"":"   ",
 -                      names, space/bcount,(space/bcount)*100/blocksize);
-+              printk(KERN_DEBUG "%snames %u, fullness %u (%u%%)\n", 
++              printk(KERN_DEBUG "%snames %u, fullness %u (%u%%)\n",
 +                     levels ? "" : "   ", names, space/bcount,
 +                     (space/bcount)*100/blocksize);
        return (struct stats) { names, space, bcount};
@@ -7752,7 +7752,7 @@ diff -rup b/fs/ext4//namei.c a/fs/ext4///namei.c
  
 -      dxtrace(printk("In htree_fill_tree, start hash: %x:%x\n", start_hash,
 -                     start_minor_hash));
-+      dxtrace(printk(KERN_DEBUG "In htree_fill_tree, start hash: %x:%x\n", 
++      dxtrace(printk(KERN_DEBUG "In htree_fill_tree, start hash: %x:%x\n",
 +                     start_hash, start_minor_hash));
        dir = dir_file->f_path.dentry->d_inode;
        if (!(EXT4_I(dir)->i_flags & EXT4_INDEX_FL)) {