[Pkg-lustre-svn-commit] updated: [e8c20d8] test commit to see if this small commit fixes the problem
Patrick Winnertz
winnie at debian.org
Thu Apr 19 12:54:40 UTC 2012
The following commit has been merged in the master branch:
commit e8c20d8edb9ef82cc05a0eb0a490ec1fa7cacd48
Author: Patrick Winnertz <winnie at debian.org>
Date: Fri Sep 24 13:18:03 2010 +0200
test commit to see if this small commit fixes the problem
Signed-off-by: Patrick Winnertz <winnie at debian.org>
diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h
index 234fbdd..4d9914e 100644
--- a/lib/ext2fs/ext2fs.h
+++ b/lib/ext2fs/ext2fs.h
@@ -458,7 +458,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