[parisc-linux] XFS (CVS release problem)
jsoe0708@tiscali.be
jsoe0708@tiscali.be
Wed, 16 Oct 2002 16:45:34 +0200
Hi all,
For kernel 2.4.19 I prefer to go to cvs release of xfs;?
So I build a 'patch' against vanilla k-2.4.19 and apply it against k-2.4.19-pa22.
(Just met a problem of conflict: see early in this ml)
But the build failled because:
"../xfs_bmap_btree.h:661:35: "0" may not appear in macro parameter list"
and in this header I found:
"...
#else
...
#define xfs_bmbt_disk_set_allf(r, 0, b, c, v) \
xfs_bmbt_set_allf(r, 0, b, c, v)
#endif
...
"
just above there are:
void
xfs_bmbt_disk_set_allf(
xfs_bmbt_rec_t *r,
xfs_fileoff_t o,
xfs_fsblock_t b,
xfs_filblks_t c,
xfs_exntst_t v);
What do you think?
(is it a typo to be reported or a problem specific to hppa gcc?)
Thanks in advance for advise,
Joel