]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ntfs/logfile.h
wireless: fix regression caused by regulatory config option
[linux-2.6-omap-h63xx.git] / fs / ntfs / logfile.h
index a51f3dd0e9eb56c106f3935b14c4d2d7ed76cbc7..9468e1c45ae305dae0a5a626d38de952da914d7b 100644 (file)
@@ -296,13 +296,13 @@ typedef struct {
 /* sizeof() = 160 (0xa0) bytes */
 } __attribute__ ((__packed__)) LOG_CLIENT_RECORD;
 
-extern BOOL ntfs_check_logfile(struct inode *log_vi,
+extern bool ntfs_check_logfile(struct inode *log_vi,
                RESTART_PAGE_HEADER **rp);
 
-extern BOOL ntfs_is_logfile_clean(struct inode *log_vi,
+extern bool ntfs_is_logfile_clean(struct inode *log_vi,
                const RESTART_PAGE_HEADER *rp);
 
-extern BOOL ntfs_empty_logfile(struct inode *log_vi);
+extern bool ntfs_empty_logfile(struct inode *log_vi);
 
 #endif /* NTFS_RW */