diff options
Diffstat (limited to 'nfs/cache.c')
-rw-r--r-- | nfs/cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nfs/cache.c b/nfs/cache.c index 883cb966..a1661b80 100644 --- a/nfs/cache.c +++ b/nfs/cache.c @@ -106,6 +106,8 @@ void * forked_node_delete (void *arg) { struct fnd *args = arg; + + pthread_setname_np (pthread_self (), "node_delete"); pthread_mutex_lock (&args->dir->lock); netfs_attempt_unlink ((struct iouser *)-1, args->dir, args->name); |