Whamcloud - gitweb
libext2fs/ismounted.c: check device id in advance to skip false device names
[tools/e2fsprogs.git] / lib / ext2fs / irel.h
index 45e031b..8aaa2d2 100644 (file)
@@ -4,13 +4,13 @@
  * Copyright (C) 1996, 1997 Theodore Ts'o.
  *
  * %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the GNU Library
+ * General Public License, version 2.
  * %End-Header%
  */
 
 struct ext2_inode_reference {
-       blk_t   block;
+       blk64_t block;
        __u16 offset;
 };