patch-2.4.7 linux/fs/ntfs/super.h

Next file: linux/fs/ntfs/support.c
Previous file: linux/fs/ntfs/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/fs/ntfs/super.h linux/fs/ntfs/super.h
@@ -1,7 +1,8 @@
-/*  super.h - Header file for super.c
+/*
+ * super.h - Header file for super.c
  *
- *  Copyright (C) 1995-1997 Martin von Löwis
- *  Copyright (C) 1996-1997 Régis Duchesne
+ * Copyright (C) 1995-1997 Martin von Löwis
+ * Copyright (C) 1996-1997 Régis Duchesne
  */
 
 #define ALLOC_REQUIRE_LOCATION 1
@@ -9,7 +10,7 @@
 
 int ntfs_get_free_cluster_count(ntfs_inode *bitmap);
 
-int ntfs_get_volumesize(ntfs_volume *vol, ntfs_u64 *vol_size );
+int ntfs_get_volumesize(ntfs_volume *vol, __s64 *vol_size);
 
 int ntfs_init_volume(ntfs_volume *vol, char *boot);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)