X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fntfs%2Fmft.h;h=d23724a091430d7854c7632d4ba62e439313885b;hb=5237fac468d9ad78bc9c09d26426b3425b876540;hp=38965db36efe920e5cad25a0a2df6f7759a49283;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/fs/ntfs/mft.h b/fs/ntfs/mft.h index 38965db36..d23724a09 100644 --- a/fs/ntfs/mft.h +++ b/fs/ntfs/mft.h @@ -2,7 +2,7 @@ * mft.h - Defines for mft record handling in NTFS Linux kernel driver. * Part of the Linux-NTFS project. * - * Copyright (c) 2001-2004 Anton Altaparmakov. + * Copyright (c) 2001-2004 Anton Altaparmakov * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -28,8 +28,6 @@ #include "inode.h" extern int format_mft_record(ntfs_inode *ni, MFT_RECORD *m); -//extern int format_mft_record2(struct super_block *vfs_sb, -// const unsigned long inum, MFT_RECORD *m); extern MFT_RECORD *map_mft_record(ntfs_inode *ni); extern void unmap_mft_record(ntfs_inode *ni);