Distro => crux 2.6 mkfs.xfs -V => 3.0.3 While playing with crux and prt-get i got this message (on the attachments there is my /var/log/message file). A while after reboot I found it once again. uh, may this can help: # cat /usr/src/linux-2.6.30.5/.config | grep XFS CONFIG_XFS_FS=y CONFIG_XFS_QUOTA=y CONFIG_XFS_POSIX_ACL=y CONFIG_XFS_RT=y CONFIG_XFS_DEBUG=y # CONFIG_VXFS_FS is not set
Created attachment 24376 [details] my /var/log/messages file.
See also http://oss.sgi.com/bugzilla/show_bug.cgi?id=850 This was fixed in 2.6.32: commit 8e69ce147127a0235e8d1f2b75ea214be78c61b3 Author: Eric Sandeen <sandeen@sandeen.net> Date: Fri Sep 25 19:42:26 2009 +0000 fix readahead calculations in xfs_dir2_leaf_getdents() BTW you don't want to run with CONFIG_XFS_DEBUG, in general. -Eric