diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-04 21:30:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-04 21:30:59 +0000 |
commit | 64f54e88c4b1db708b6d728ff52975cfc1bd8e60 (patch) | |
tree | 68d62ad596011fd8290b00de89d924a246d98362 /libnetfs | |
parent | e4f1c4fa49ed5a4147c834289d04cc3760c4373d (diff) |
(netfs_S_io_write): fixup
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/io-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/io-write.c b/libnetfs/io-write.c index 6c463c89..ebd6408b 100644 --- a/libnetfs/io-write.c +++ b/libnetfs/io-write.c @@ -54,7 +54,7 @@ netfs_S_io_write (struct protid *user, mutex_unlock (&user->po->np->lock); return err; } - user->po->filepointer = np->nn_stat.st_size; + user->po->filepointer = user->po->np->nn_stat.st_size; } off = user->po->filepointer; } |