summaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-11-04 21:47:14 +0000
committerBrian Behlendorf <[email protected]>2020-11-10 10:54:30 -0800
commit8a9634e2f36528aa47096ed09cd849a08cb23fc3 (patch)
treec6c4f91ddffc01a76d186ad85917e30eefb34add /include/sys
parenteec6646ea9126d0f3c367e1298e5272b72cda8a4 (diff)
Remove redundant oid parameter to update_pages
The oid comes from the znode we are already passing. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matt Macy <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #11176
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/zfs_vnops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zfs_vnops.h b/include/sys/zfs_vnops.h
index 5aaa64b34..6bf077b4b 100644
--- a/include/sys/zfs_vnops.h
+++ b/include/sys/zfs_vnops.h
@@ -37,7 +37,7 @@ extern int zfs_setsecattr(znode_t *, vsecattr_t *, int, cred_t *);
extern int mappedread(znode_t *, int, uio_t *);
extern int mappedread_sf(znode_t *, int, uio_t *);
-extern void update_pages(znode_t *, int64_t, int, objset_t *, uint64_t);
+extern void update_pages(znode_t *, int64_t, int, objset_t *);
/*
* Platform code that asynchronously drops zp's inode / vnode_t.