diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-01-25 21:04:58 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-08 07:55:03 (GMT) |
commit | c004363dd6aa89f1ccbebd694f261f86db0c840a (patch) | |
tree | ec3dcc82d1d5b539273f600e24ebb9c3aeeada9d /fs/f2fs/f2fs.h | |
parent | 53dc9a67769d0a9733adb5156adfc07edcbc1ea3 (diff) | |
download | linux-c004363dd6aa89f1ccbebd694f261f86db0c840a.tar.xz |
f2fs: switch new_inode_page() from dentry to qstr
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 7328625..bfdc107 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -894,7 +894,7 @@ void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *); int get_dnode_of_data(struct dnode_of_data *, pgoff_t, int); int truncate_inode_blocks(struct inode *, pgoff_t); int remove_inode_page(struct inode *); -int new_inode_page(struct inode *, struct dentry *); +int new_inode_page(struct inode *, const struct qstr *); struct page *new_node_page(struct dnode_of_data *, unsigned int); void ra_node_page(struct f2fs_sb_info *, nid_t); struct page *get_node_page(struct f2fs_sb_info *, pgoff_t); |