]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ntfs/mft.c
Add support for the MAX3100 SPI UART.
[linux-2.6-omap-h63xx.git] / fs / ntfs / mft.c
index 17d32ca6bc35b7dc5036033e1afa8b91e5ee4d38..23bf68453d7dec8f16e5691d17dadbbe9776e1b2 100644 (file)
@@ -2839,7 +2839,7 @@ int ntfs_extent_mft_record_free(ntfs_inode *ni, MFT_RECORD *m)
         */
 
        /* Mark the mft record as not in use. */
-       m->flags &= const_cpu_to_le16(~const_le16_to_cpu(MFT_RECORD_IN_USE));
+       m->flags &= ~MFT_RECORD_IN_USE;
 
        /* Increment the sequence number, skipping zero, if it is not zero. */
        old_seq_no = m->sequence_number;