diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2021-08-05 18:16:42 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-10 22:12:56 +0200 |
commit | 612674f4b77472c381c8150138fce8a34a4c9119 (patch) | |
tree | f6ba751b587fb42e395025027d61615355e2f9da /libnetfs/file-set-translator.c | |
parent | 4b739a627e08fe0bc50342e65ba61abd0152fe17 (diff) | |
download | hurd-612674f4b77472c381c8150138fce8a34a4c9119.tar.gz hurd-612674f4b77472c381c8150138fce8a34a4c9119.tar.bz2 hurd-612674f4b77472c381c8150138fce8a34a4c9119.zip |
netfs: Use the libports notify port
Diffstat (limited to 'libnetfs/file-set-translator.c')
-rw-r--r-- | libnetfs/file-set-translator.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |