Better report it to linux-xfs@xxxxxxxxxxx (cc'ed) too. I test XFS (but not as root) occasionally on x86-64 and seen no problems so far. I haven't tested it with test2+ yet though. What compiler are y
Seems to suggest a platform specific problem with this code, Andi, didn't you write the function behind xfs_lowbit64? This code chunk will be the same no matter which filesystem you are mounting, if
First at least the comment on top of xfs_lowbit64() is not correct. ffs() only handles an 32bit argument, not 64bit. Hope that isn't a problem. Hmm, one difference is that the x86-64 ffs will return
Better report it to linux-xfs@xxxxxxxxxxx (cc'ed) too. I test XFS (but not as root) occasionally on x86-64 and seen no problems so far. I haven't tested it with test2+ yet though. What compiler are y
Seems to suggest a platform specific problem with this code, Andi, didn't you write the function behind xfs_lowbit64? This code chunk will be the same no matter which filesystem you are mounting, if
First at least the comment on top of xfs_lowbit64() is not correct. ffs() only handles an 32bit argument, not 64bit. Hope that isn't a problem. Hmm, one difference is that the x86-64 ffs will return