]> Pileus Git - ~andy/linux/blobdiff - fs/squashfs/squashfs_fs_i.h
Squashfs: update email address
[~andy/linux] / fs / squashfs / squashfs_fs_i.h
index d3e3a37f28a14609c17a4d4da4759e6567346bc4..73588e7700ed8a38aa98b5765d0d331df9c83193 100644 (file)
@@ -4,7 +4,7 @@
  * Squashfs
  *
  * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
- * Phillip Lougher <phillip@lougher.demon.co.uk>
+ * Phillip Lougher <phillip@squashfs.org.uk>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -45,4 +45,10 @@ struct squashfs_inode_info {
        };
        struct inode    vfs_inode;
 };
+
+
+static inline struct squashfs_inode_info *squashfs_i(struct inode *inode)
+{
+       return list_entry(inode, struct squashfs_inode_info, vfs_inode);
+}
 #endif