diff options
author | Richard Knutsson <ricknu-0@student.ltu.se> | 2006-10-01 02:27:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 03:39:19 -0400 |
commit | c49c31115067bc7c9a51ffdc735a515151dfa3eb (patch) | |
tree | 1ffeddacb5cf06fbdb8a1fc385eb9ee5f1c3174c /fs/ntfs/ntfs.h | |
parent | 6e21828743247270d09a86756a0c11702500dbfb (diff) |
[PATCH] fs/ntfs: Conversion to generic boolean
Conversion of booleans to: generic-boolean.patch (2006-08-23)
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ntfs/ntfs.h')
-rw-r--r-- | fs/ntfs/ntfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/ntfs.h b/fs/ntfs/ntfs.h index ddd3d503097c..a12847ae467d 100644 --- a/fs/ntfs/ntfs.h +++ b/fs/ntfs/ntfs.h | |||
@@ -105,7 +105,7 @@ extern int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size); | |||
105 | extern void post_write_mst_fixup(NTFS_RECORD *b); | 105 | extern void post_write_mst_fixup(NTFS_RECORD *b); |
106 | 106 | ||
107 | /* From fs/ntfs/unistr.c */ | 107 | /* From fs/ntfs/unistr.c */ |
108 | extern BOOL ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, | 108 | extern bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, |
109 | const ntfschar *s2, size_t s2_len, | 109 | const ntfschar *s2, size_t s2_len, |
110 | const IGNORE_CASE_BOOL ic, | 110 | const IGNORE_CASE_BOOL ic, |
111 | const ntfschar *upcase, const u32 upcase_size); | 111 | const ntfschar *upcase, const u32 upcase_size); |