diff options
author | Brian Behlendorf <[email protected]> | 2011-01-11 11:46:49 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-01-12 11:38:05 -0800 |
commit | 647fa73cf33930f36259d00fd86c52b8e8113c30 (patch) | |
tree | 34459dbb83ed7183bab0e5954cb4567e7997f606 /module/spl | |
parent | bd6ac72b03701a3f37e6c8e706cec16192f873cd (diff) |
Remove VN_HOLD/VN_RELE/VOP_PUTPAGE
Previously these were defined to noops but rather than give
the misleading impression that these are actually implemented
I'm removing the type entirely for clarity.
Diffstat (limited to 'module/spl')
-rw-r--r-- | module/spl/spl-kobj.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/spl/spl-kobj.c b/module/spl/spl-kobj.c index 226a12971..684d57226 100644 --- a/module/spl/spl-kobj.c +++ b/module/spl/spl-kobj.c @@ -61,7 +61,6 @@ kobj_close_file(struct _buf *file) { SENTRY; VOP_CLOSE(file->vp, 0, 0, 0, 0, 0); - VN_RELE(file->vp); kfree(file); SEXIT; } /* kobj_close_file() */ |