X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fsa.c;fp=module%2Fzfs%2Fsa.c;h=c90008252e585a8773767d25dcc9e2a35520f4fd;hb=10c6047ea56445a87d8ce1397ac2d2caa97719ca;hp=ee1140ffbb433cd4b5961e8c3335bac233482784;hpb=a405c8a665bf7d96880c97bcb783cf84d04e3e76;p=zfs.git diff --git a/module/zfs/sa.c b/module/zfs/sa.c index ee1140f..c900082 100644 --- a/module/zfs/sa.c +++ b/module/zfs/sa.c @@ -1436,7 +1436,6 @@ sa_lookup(sa_handle_t *hdl, sa_attr_type_t attr, void *buf, uint32_t buflen) int sa_lookup_uio(sa_handle_t *hdl, sa_attr_type_t attr, uio_t *uio) { -#ifdef HAVE_ZPL int error; sa_bulk_attr_t bulk; @@ -1453,9 +1452,6 @@ sa_lookup_uio(sa_handle_t *hdl, sa_attr_type_t attr, uio_t *uio) } mutex_exit(&hdl->sa_lock); return (error); -#else - return ENOSYS; -#endif /* HAVE_ZPL */ } #endif