diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-18 19:28:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-18 19:28:20 +0000 |
commit | 4c49c1fbe0480e0aa165b9fa5156f71378f9eea1 (patch) | |
tree | 2774218239a2aea56c39ab7b80f33d8b7b98659c | |
parent | f224c3272582996c3d11c8266a05cd7f92559b38 (diff) |
entered into RCS
-rw-r--r-- | libdiskfs/io-sigio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-sigio.c b/libdiskfs/io-sigio.c index ba751a87..1b8fd0d3 100644 --- a/libdiskfs/io-sigio.c +++ b/libdiskfs/io-sigio.c @@ -30,7 +30,7 @@ diskfs_S_io_sigio (struct protid *cred) mutex_lock (&cred->po->np->lock); if (cred->po->openstat & O_FSYNC) - diskfs_file_update (1); + diskfs_file_update (cred->po->np, 1); mutex_unlock (&cred->po->np->lock); return 0; } |