From 6e22e607ec8d0dc2173eded74f3395fdcd9b85a1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 17:44:42 +0000 Subject: (diskfs_S_file_sync): Accept and ignore new parm OMITMETADATA. --- libdiskfs/file-sync.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdiskfs/file-sync.c') diff --git a/libdiskfs/file-sync.c b/libdiskfs/file-sync.c index 01b1c194..a36e327b 100644 --- a/libdiskfs/file-sync.c +++ b/libdiskfs/file-sync.c @@ -1,5 +1,5 @@ /* libdiskfs implementation of fs.defs: file_seek - Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation + Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -21,7 +21,8 @@ /* Implement file_sync as described in . */ kern_return_t diskfs_S_file_sync (struct protid *cred, - int wait) + int wait, + int omitmetadata) { struct node *np; -- cgit v1.2.3