X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fntfs%2Fmft.h;h=b52bf87b99de90ecf1a40adcd2c602ac87fbae7e;hb=107111d450541df8c2a8d3af1d538cc7cd85e81b;hp=639cd1bab08b7919c3307964faaf75f525717950;hpb=b425c8c5922562c562dc55a636c3c8d758ed6d17;p=linux-2.6-omap-h63xx.git diff --git a/fs/ntfs/mft.h b/fs/ntfs/mft.h index 639cd1bab08..b52bf87b99d 100644 --- a/fs/ntfs/mft.h +++ b/fs/ntfs/mft.h @@ -111,7 +111,7 @@ static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) return err; } -extern BOOL ntfs_may_write_mft_record(ntfs_volume *vol, +extern bool ntfs_may_write_mft_record(ntfs_volume *vol, const unsigned long mft_no, const MFT_RECORD *m, ntfs_inode **locked_ni);