s3:onefs: remove all onefs related code as it not maintained anymore
[samba.git] / source3 / smbd / oplock.c
index 173c53e2ec0e0657bb28aed36a90f740520db0f9..e3f00a70ecc94aebaa03c61e2f12a2380e42a953 100644 (file)
@@ -991,9 +991,6 @@ void init_kernel_oplocks(struct smbd_server_connection *sconn)
                koplocks = irix_init_kernel_oplocks(sconn);
 #elif HAVE_KERNEL_OPLOCKS_LINUX
                koplocks = linux_init_kernel_oplocks(sconn);
-#elif HAVE_ONEFS
-#error Isilon, please check if the NULL context is okay here. Thanks!
-               koplocks = onefs_init_kernel_oplocks(sconn);
 #endif
        }
 }