diff options
Diffstat (limited to 'fs/jfs/jfs_extent.h')
-rw-r--r-- | fs/jfs/jfs_extent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jfs/jfs_extent.h b/fs/jfs/jfs_extent.h index e80fc7ced87d..3a7f3f22e989 100644 --- a/fs/jfs/jfs_extent.h +++ b/fs/jfs/jfs_extent.h | |||
@@ -22,10 +22,10 @@ | |||
22 | #define INOHINT(ip) \ | 22 | #define INOHINT(ip) \ |
23 | (addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1) | 23 | (addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1) |
24 | 24 | ||
25 | extern int extAlloc(struct inode *, s64, s64, xad_t *, boolean_t); | 25 | extern int extAlloc(struct inode *, s64, s64, xad_t *, bool); |
26 | extern int extFill(struct inode *, xad_t *); | 26 | extern int extFill(struct inode *, xad_t *); |
27 | extern int extHint(struct inode *, s64, xad_t *); | 27 | extern int extHint(struct inode *, s64, xad_t *); |
28 | extern int extRealloc(struct inode *, s64, xad_t *, boolean_t); | 28 | extern int extRealloc(struct inode *, s64, xad_t *, bool); |
29 | extern int extRecord(struct inode *, xad_t *); | 29 | extern int extRecord(struct inode *, xad_t *); |
30 | 30 | ||
31 | #endif /* _H_JFS_EXTENT */ | 31 | #endif /* _H_JFS_EXTENT */ |