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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user