diff options
Diffstat (limited to 'fs/nilfs2/nilfs.h')
| -rw-r--r-- | fs/nilfs2/nilfs.h | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index a8dd344303c..a9c6a531f80 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h @@ -80,12 +80,6 @@ static inline struct inode *NILFS_BTNC_I(struct address_space *btnc)  	return &ii->vfs_inode;  } -static inline struct inode *NILFS_AS_I(struct address_space *mapping) -{ -	return (mapping->host) ? : -		container_of(mapping, struct inode, i_data); -} -  /*   * Dynamic state flags of NILFS on-memory inode (i_state)   */ @@ -298,6 +292,7 @@ struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb,  					       int flip);  int nilfs_commit_super(struct super_block *sb, int flag);  int nilfs_cleanup_super(struct super_block *sb); +int nilfs_resize_fs(struct super_block *sb, __u64 newsize);  int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt,  			    struct nilfs_root **root);  int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno);  |