[Pkg-lustre-svn-commit] updated: [54584fa] Removed modification of ext2fs.h in .diff.gz

Patrick Winnertz winnie at debian.org
Thu Apr 19 12:54:43 UTC 2012


The following commit has been merged in the master branch:
commit 54584fa80b88d372caaa19137ce9c4ca039ce996
Author: Patrick Winnertz <winnie at debian.org>
Date:   Thu Apr 19 14:27:48 2012 +0200

    Removed modification of ext2fs.h in .diff.gz
    
     Signed-off-by: Patrick Winnertz <winnie at debian.org>

diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h
index 7416745..6a422fe 100644
--- a/lib/ext2fs/ext2fs.h
+++ b/lib/ext2fs/ext2fs.h
@@ -498,7 +498,7 @@ typedef struct ext2_struct_inode_scan *ext2_inode_scan;
 /*
  * ext2 size of an inode
  */
-#define EXT2_I_SIZE(i)	((i).i_size | ((__u64) (i).i_size_high << 32))
+#define EXT2_I_SIZE(i)	((i)->i_size | ((__u64) (i)->i_size_high << 32))
 
 /*
  * ext2_icount_t abstraction

-- 
Repository for maintaining lidskfsprogs



More information about the Pkg-lustre-svn-commit mailing list