summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorJaegeuk Kim2016-06-02 06:18:25 +0200
committerJaegeuk Kim2016-06-07 18:45:37 +0200
commit9f7c45ccd6d434e2778dd71fb825a7918979fc17 (patch)
treeb58a36dba2b8fe56e3cdd098bd784423c9ccb780 /fs/f2fs/f2fs.h
parentf2fs: handle writepage correctly (diff)
downloadkernel-qcow2-linux-9f7c45ccd6d434e2778dd71fb825a7918979fc17.tar.gz
kernel-qcow2-linux-9f7c45ccd6d434e2778dd71fb825a7918979fc17.tar.xz
kernel-qcow2-linux-9f7c45ccd6d434e2778dd71fb825a7918979fc17.zip
f2fs: remove deprecated parameter
Remove deprecated paramter. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 4fec9e7038b6..dc9e2798ba9c 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1895,7 +1895,7 @@ struct page *init_inode_metadata(struct inode *, struct inode *,
const struct qstr *, struct page *);
void update_parent_metadata(struct inode *, struct inode *, unsigned int);
int room_for_filename(const void *, int, int);
-void f2fs_drop_nlink(struct inode *, struct inode *, struct page *);
+void f2fs_drop_nlink(struct inode *, struct inode *);
struct f2fs_dir_entry *f2fs_find_entry(struct inode *, struct qstr *,
struct page **);
struct f2fs_dir_entry *f2fs_parent_dir(struct inode *, struct page **);