From 7f910b2cd2d7eb0e55dfeeab54cf3524442ef39c Mon Sep 17 00:00:00 2001 From: Ion Badulescu Date: Mon, 4 Nov 2002 20:59:43 +0000 Subject: [PATCH] * include/am_utils.h: prototype for ops_search() * amd/am_ops.c (ops_search): new function for searching the right set of ops for a given filesystem type * amd/restart.c (restart): cleanup and split into two functions in preparation for handling the restart of amd's own mount points (restart_fake_mntfs): new function, factored out from restart() --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0cb2248..b2131fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-11-04 Ion Badulescu + + * include/am_utils.h: prototype for ops_search() + + * amd/am_ops.c (ops_search): new function for searching the right + set of ops for a given filesystem type + + * amd/restart.c (restart): cleanup and split into two functions in + preparation for handling the restart of amd's own mount points + (restart_fake_mntfs): new function, factored out from restart() + 2002-11-04 Ion Badulescu * amd/ops_cdfs.c (mount_cdfs): remove special code for loop device -- 2.43.0