f2fs: clean up an unused parameter and assignment

This patch cleans up simple unnecessary codes.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim
2014-06-20 21:44:02 -07:00
parent b97a9b5da8
commit a014e037be
4 changed files with 12 additions and 20 deletions

View File

@@ -845,7 +845,7 @@ void remove_inode_page(struct inode *inode)
truncate_node(&dn);
}
struct page *new_inode_page(struct inode *inode, const struct qstr *name)
struct page *new_inode_page(struct inode *inode)
{
struct dnode_of_data dn;