diff options
author | 2015-12-29 16:03:53 -0500 | |
---|---|---|
committer | 2015-12-29 16:03:53 -0500 | |
commit | cd3417c8fc9504cc1afe944515f338aff9ec286b (patch) | |
tree | c60b8132b9deff6d5a5c3f229cce2efd9ac135a3 /fs/libfs.c | |
parent | teach nfs_get_link() to work in RCU mode (diff) | |
download | wireguard-linux-cd3417c8fc9504cc1afe944515f338aff9ec286b.tar.xz wireguard-linux-cd3417c8fc9504cc1afe944515f338aff9ec286b.zip |
kill free_page_put_link()
all callers are better off with kfree_put_link()
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'fs/libfs.c')
-rw-r--r-- | fs/libfs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/libfs.c b/fs/libfs.c index 8dc37fc4b6df..fec7ab0632dc 100644 --- a/fs/libfs.c +++ b/fs/libfs.c @@ -1025,12 +1025,6 @@ void kfree_put_link(struct inode *unused, void *cookie) } EXPORT_SYMBOL(kfree_put_link); -void free_page_put_link(struct inode *unused, void *cookie) -{ - free_page((unsigned long) cookie); -} -EXPORT_SYMBOL(free_page_put_link); - /* * nop .set_page_dirty method so that people can use .page_mkwrite on * anon inodes. |