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/aops.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/aops.h')
-rw-r--r-- | fs/ntfs/aops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/aops.h b/fs/ntfs/aops.h index 325ce261a107..9393f4b1e298 100644 --- a/fs/ntfs/aops.h +++ b/fs/ntfs/aops.h | |||
@@ -80,7 +80,7 @@ static inline void ntfs_unmap_page(struct page *page) | |||
80 | * | 80 | * |
81 | * The unlocked and uptodate page is returned on success or an encoded error | 81 | * The unlocked and uptodate page is returned on success or an encoded error |
82 | * on failure. Caller has to test for error using the IS_ERR() macro on the | 82 | * on failure. Caller has to test for error using the IS_ERR() macro on the |
83 | * return value. If that evaluates to TRUE, the negative error code can be | 83 | * return value. If that evaluates to 'true', the negative error code can be |
84 | * obtained using PTR_ERR() on the return value of ntfs_map_page(). | 84 | * obtained using PTR_ERR() on the return value of ntfs_map_page(). |
85 | */ | 85 | */ |
86 | static inline struct page *ntfs_map_page(struct address_space *mapping, | 86 | static inline struct page *ntfs_map_page(struct address_space *mapping, |