/[hurd]/hurd/fatfs/main.c
ViewVC logotype

Diff of /hurd/fatfs/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marcus, Tue Dec 3 20:52:59 2002 UTC revision 1.2 by marcus, Sat May 10 00:12:29 2003 UTC
# Line 1  Line 1 
1  /* main.c - FAT filesystem.  /* main.c - FAT filesystem.
2     Copyright (C) 1997, 1998, 1999, 2002 Free Software Foundation, Inc.     Copyright (C) 1997, 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
3     Written by Thomas Bushnell, n/BSG and Marcus Brinkmann.     Written by Thomas Bushnell, n/BSG and Marcus Brinkmann.
4    
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
# Line 263  diskfs_readonly_changed (int readonly) Line 263  diskfs_readonly_changed (int readonly)
263    abort ();    abort ();
264  }  }
265    
266    /* FIXME: libdiskfs doesn't lock the parent dir when looking up a node
267       for fsys_getfile, so we disable NFS.  */
268    error_t
269    diskfs_S_fsys_getfile (mach_port_t fsys,
270                          mach_port_t reply, mach_msg_type_name_t reply_type,
271                          uid_t *uids, mach_msg_type_number_t nuids,
272                          gid_t *gids, mach_msg_type_number_t ngids,
273                          char *handle, mach_msg_type_number_t handle_len,
274                          mach_port_t *file, mach_msg_type_name_t *file_type)
275    {
276      return EOPNOTSUPP;
277    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26