/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <[email protected]> * * Created by David Woodhouse <[email protected]> * * For licensing information, see the file 'LICENCE' in this directory. * */ #ifndef _JFFS2_FS_I #define _JFFS2_FS_I #include <linux/rbtree.h> #include <linux/posix_acl.h> #include <linux/mutex.h> struct jffs2_inode_info { … }; #endif /* _JFFS2_FS_I */