]> granicus.if.org Git - zfs/blobdiff - module/zfs/rrwlock.c
Remove zfs_parse_bootfs() support
[zfs] / module / zfs / rrwlock.c
index 8d05d938725ff61120d0bf74e4e6a0cb323652e9..4cef53f951327a2cf1b18c2e796f331e15cb7125 100644 (file)
@@ -23,8 +23,6 @@
  * Use is subject to license terms.
  */
 
-#ifdef HAVE_ZPL
-
 #include <sys/refcount.h>
 #include <sys/rrwlock.h>
 
@@ -264,4 +262,3 @@ rrw_held(rrwlock_t *rrl, krw_t rw)
 
        return (held);
 }
-#endif /* HAVE_ZPL */