patch-2.3.99-pre4 linux/fs/ntfs/fs.c
Next file: linux/fs/open.c
Previous file: linux/fs/ntfs/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Apr 10 23:02:59 2000
- Orig file:
v2.3.99-pre3/linux/fs/ntfs/fs.c
- Orig date:
Mon Mar 27 08:08:30 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/fs/ntfs/fs.c linux/fs/ntfs/fs.c
@@ -1,7 +1,8 @@
/*
* fs.c
- * NTFS driver for Linux 2.1
+ * NTFS driver for Linux 2.3.x
*
+ * Copyright (C) 2000, Anton Altaparmakov
* Copyright (C) 1995-1997, 1999 Martin von Löwis
* Copyright (C) 1996 Richard Russon
* Copyright (C) 1996-1997 Régis Duchesne
@@ -53,7 +54,6 @@
{
struct ntfs_getuser_update_vm_s *p = src->param;
copy_from_user (dest, p->user, len);
- update_vm_cache (p->ino, p->off, dest, len);
p->user += len;
p->off += len;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)