From 612674f4b77472c381c8150138fce8a34a4c9119 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Thu, 5 Aug 2021 18:16:42 +0300 Subject: netfs: Use the libports notify port --- libnetfs/file-set-translator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libnetfs/file-set-translator.c') diff --git a/libnetfs/file-set-translator.c b/libnetfs/file-set-translator.c index ae18686c..26d9a6e6 100644 --- a/libnetfs/file-set-translator.c +++ b/libnetfs/file-set-translator.c @@ -179,7 +179,8 @@ netfs_S_file_set_translator (struct protid *user, } if (! err && user->po->path && active_flags & FS_TRANS_SET) - err = fshelp_set_active_translator (&user->pi, user->po->path, &np->transbox); + err = fshelp_set_active_translator (user->pi.bucket->notify_port, + user->po->path, &np->transbox); out: pthread_mutex_unlock (&np->lock); -- cgit v1.2.3