From 8709cd55045bccb58a7b1ebe23216697ed5a03a7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 19 Jan 1995 07:04:26 +0000 Subject: (diskfs_S_dir_notice_changes): Call nowait_msg_dir_changed instead of nowait_dir_changed. --- libdiskfs/dir-chg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libdiskfs/dir-chg.c') diff --git a/libdiskfs/dir-chg.c b/libdiskfs/dir-chg.c index d5823379..095e0cf8 100644 --- a/libdiskfs/dir-chg.c +++ b/libdiskfs/dir-chg.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1994 Free Software Foundation +/* Notifications of directory changes. + Copyright (C) 1994, 1995 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -40,7 +40,7 @@ diskfs_S_dir_notice_changes (struct protid *cred, req->port = notify; req->next = np->dirmod_reqs; np->dirmod_reqs = req; - nowait_dir_changed (notify, DIR_CHANGED_NULL, ""); + nowait_msg_dir_changed (notify, DIR_CHANGED_NULL, ""); mutex_unlock (&np->lock); return 0; } -- cgit v1.2.3