Only one use of this exists, and it's treated like an int anyway by
both caller and callee.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
#define O_SYNC 0
#endif
-#define B_FALSE 0
-#define B_TRUE 1
-
#define ENOATTR 989 /* Attribute not found */
#define EFSCORRUPTED 990 /* Filesystem is corrupted */
#define EFSBADCRC 991 /* Bad CRC detected */
typedef char* xfs_caddr_t;
typedef off_t loff_t;
-typedef enum { B_FALSE,B_TRUE } boolean_t;
-
#define O_LARGEFILE 0
#define HAVE_FID 1
typedef char* xfs_caddr_t;
typedef off_t loff_t;
-typedef enum { B_FALSE,B_TRUE } boolean_t;
-
#define HAVE_FID 1
static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p)
typedef __int64_t xfs_daddr_t;
typedef char* xfs_caddr_t;
-#ifndef _BOOLEAN_T_DEFINED
-typedef enum {B_FALSE, B_TRUE} boolean_t;
-#define _BOOLEAN_T_DEFINED 1
-#endif
-
#endif /* __XFS_LINUX_H__ */
int len,
int *i,
int num_ops,
- boolean_t continued)
+ int continued)
{
xfs_icdinode_t dino;
xlog_op_header_t *op_head;