summaryrefslogtreecommitdiff
path: root/libdiskfs/io-prenotify.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-03 20:34:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-03 20:34:22 +0000
commitda94563cbb1256d2ddde9734c31333f083088d34 (patch)
tree77e4e9299b4657d0f454c368c404a7cbf25388fc /libdiskfs/io-prenotify.c
parent7f7129a41ad50085ae572303240c2e9ee4bf742b (diff)
Formerly io-prenotify.c.~2~
Diffstat (limited to 'libdiskfs/io-prenotify.c')
-rw-r--r--libdiskfs/io-prenotify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/io-prenotify.c b/libdiskfs/io-prenotify.c
index fc6048ec..b3d8413a 100644
--- a/libdiskfs/io-prenotify.c
+++ b/libdiskfs/io-prenotify.c
@@ -16,6 +16,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
+#include "io_S.h"
/* Implement io_prenotify as described in <hurd/io.defs>.
@@ -61,7 +62,7 @@ diskfs_S_io_prenotify (struct protid *cred,
goto out;
}
- err = file_extend (np, end, cred);
+ err = diskfs_grow (np, end, cred);
out:
mutex_unlock (&np->i_toplock);
return err;