Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
[deliverable/linux.git] / include / linux / shmem_fs.h
index abff6c9b413c10c118e30dc537ea7b7f5e357c8d..deee7afd8d660865e1fb9e3bff044cef5cc4e30b 100644 (file)
@@ -38,8 +38,11 @@ static inline struct shmem_inode_info *SHMEM_I(struct inode *inode)
        return container_of(inode, struct shmem_inode_info, vfs_inode);
 }
 
+extern int init_tmpfs(void);
+extern int shmem_fill_super(struct super_block *sb, void *data, int silent);
+
 #ifdef CONFIG_TMPFS_POSIX_ACL
-int shmem_permission(struct inode *, int);
+int shmem_check_acl(struct inode *, int);
 int shmem_acl_init(struct inode *, struct inode *);
 
 extern struct xattr_handler shmem_xattr_acl_access_handler;
This page took 0.026678 seconds and 5 git commands to generate.