diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2023-03-07 09:53:52 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2023-03-13 03:03:41 +0300 |
commit | ede3ef5c1e0766b309a1bf087e4c50ea02d3f26f (patch) | |
tree | 3bdcc56aa19ebeb541a3fe19b2b604d87aff9d6f /fs/sysv/sysv.h | |
parent | 8ad77c576721bd7f7b24bfd7fcb0a61bcfa1a1a2 (diff) | |
download | linux-ede3ef5c1e0766b309a1bf087e4c50ea02d3f26f.tar.xz |
sysv: switch to put_and_unmap_page()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/sysv/sysv.h')
-rw-r--r-- | fs/sysv/sysv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysv/sysv.h b/fs/sysv/sysv.h index f2c36ea42df6..e3f988b469ee 100644 --- a/fs/sysv/sysv.h +++ b/fs/sysv/sysv.h @@ -148,7 +148,6 @@ extern void sysv_destroy_icache(void); /* dir.c */ -extern void dir_put_page(struct page *page, void *vaddr); extern struct sysv_dir_entry *sysv_find_entry(struct dentry *, struct page **); extern int sysv_add_link(struct dentry *, struct inode *); extern int sysv_delete_entry(struct sysv_dir_entry *, struct page *); |