X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fntfs%2Fmft.h;h=b52bf87b99de90ecf1a40adcd2c602ac87fbae7e;hb=9343af084c7e8911897b0883042ee690cee3aaef;hp=639cd1bab08b7919c3307964faaf75f525717950;hpb=86579dd06deecfa6ac88d5e84e4d63c397cd6f6d;p=karo-tx-linux.git diff --git a/fs/ntfs/mft.h b/fs/ntfs/mft.h index 639cd1bab08b..b52bf87b99de 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);