diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /fs/ntfs/super.h | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'fs/ntfs/super.h')
-rw-r--r-- | fs/ntfs/super.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ntfs/super.h b/fs/ntfs/super.h index c49245089..f90490136 100644 --- a/fs/ntfs/super.h +++ b/fs/ntfs/super.h @@ -16,6 +16,6 @@ int ntfs_load_special_files(ntfs_volume *vol); int ntfs_release_volume(ntfs_volume *vol); void ntfs_insert_fixups(unsigned char *rec, int secsize); int ntfs_fixup_record(ntfs_volume *vol, char *record, char *magic, int size); -int ntfs_allocate_clusters(ntfs_volume *vol, int *location, int *count, +int ntfs_allocate_clusters(ntfs_volume *vol, ntfs_cluster_t *location, int *count, int flags); -int ntfs_deallocate_clusters(ntfs_volume *vol, int location, int count); +int ntfs_deallocate_clusters(ntfs_volume *vol, ntfs_cluster_t location, int count); |