diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-19 07:04:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-19 07:04:26 +0000 |
commit | 8709cd55045bccb58a7b1ebe23216697ed5a03a7 (patch) | |
tree | b76e38fb9fcc9314baebeb8ca446f50efafdd7f2 /libdiskfs | |
parent | 25d10f824becb45d5bb9914a82dd8188e2ea9cf2 (diff) |
(diskfs_S_dir_notice_changes): Call nowait_msg_dir_changed instead of
nowait_dir_changed.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-chg.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |