From da94563cbb1256d2ddde9734c31333f083088d34 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Feb 1994 20:34:22 +0000 Subject: Formerly io-prenotify.c.~2~ --- libdiskfs/io-prenotify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs') 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 . @@ -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; -- cgit v1.2.3