save your .config, run
# make mrproper
in kernel dir, copy .config back and run
# make
afterwards
XFS is never fsck'd on my system, since the fsck.xfs is just a placeholder to tell you to use xfs_check or xfs_repair to do the job. So I wonder what's wrong with your system that your XFS partitions are fsck'd by a placeholder?CoderMan wrote: Sorry, forgot to mention: all paritions and logical volumes are XFS.