diff options
Diffstat (limited to 'fs/ntfs/logfile.h')
-rw-r--r-- | fs/ntfs/logfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ntfs/logfile.h b/fs/ntfs/logfile.h index a51f3dd0e9eb..9468e1c45ae3 100644 --- a/fs/ntfs/logfile.h +++ b/fs/ntfs/logfile.h | |||
@@ -296,13 +296,13 @@ typedef struct { | |||
296 | /* sizeof() = 160 (0xa0) bytes */ | 296 | /* sizeof() = 160 (0xa0) bytes */ |
297 | } __attribute__ ((__packed__)) LOG_CLIENT_RECORD; | 297 | } __attribute__ ((__packed__)) LOG_CLIENT_RECORD; |
298 | 298 | ||
299 | extern BOOL ntfs_check_logfile(struct inode *log_vi, | 299 | extern bool ntfs_check_logfile(struct inode *log_vi, |
300 | RESTART_PAGE_HEADER **rp); | 300 | RESTART_PAGE_HEADER **rp); |
301 | 301 | ||
302 | extern BOOL ntfs_is_logfile_clean(struct inode *log_vi, | 302 | extern bool ntfs_is_logfile_clean(struct inode *log_vi, |
303 | const RESTART_PAGE_HEADER *rp); | 303 | const RESTART_PAGE_HEADER *rp); |
304 | 304 | ||
305 | extern BOOL ntfs_empty_logfile(struct inode *log_vi); | 305 | extern bool ntfs_empty_logfile(struct inode *log_vi); |
306 | 306 | ||
307 | #endif /* NTFS_RW */ | 307 | #endif /* NTFS_RW */ |
308 | 308 | ||