SOURCES (LINUX_2_6_20): linux-2.6.20-rc6-ocfs2.patch (NEW) - ocfs2...

mguevara mguevara at pld-linux.org
Wed Jan 31 07:46:06 CET 2007


Author: mguevara                     Date: Wed Jan 31 06:46:06 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- ocfs2 fix from lkml/git tree - should be merged in -rc7
  http://lkml.org/lkml/2007/1/26/259

---- Files affected:
SOURCES:
   linux-2.6.20-rc6-ocfs2.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/linux-2.6.20-rc6-ocfs2.patch
diff -u /dev/null SOURCES/linux-2.6.20-rc6-ocfs2.patch:1.1.2.1
--- /dev/null	Wed Jan 31 07:46:06 2007
+++ SOURCES/linux-2.6.20-rc6-ocfs2.patch	Wed Jan 31 07:46:01 2007
@@ -0,0 +1,17 @@
+Signed-off-by: Mark Fasheh <mark.fasheh at oracle.com>
+---
+ fs/ocfs2/ocfs2_fs.h |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h
+index c99e905..e61e218 100644
+--- a/fs/ocfs2/ocfs2_fs.h
++++ b/fs/ocfs2/ocfs2_fs.h
+@@ -587,7 +587,7 @@ static inline u64 ocfs2_backup_super_blkno(struct super_block *sb, int index)
+ 
+ 	if (index >= 0 && index < OCFS2_MAX_BACKUP_SUPERBLOCKS) {
+ 		offset <<= (2 * index);
+-		offset /= sb->s_blocksize;
++		offset >>= sb->s_blocksize_bits;
+ 		return offset;
+ 	}
+ 
================================================================


More information about the pld-cvs-commit mailing list