Comment 33 for bug 372014

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: errors in dmesg

Scott-

What's the output of:
find $HOME/.Private -xdev -size 0c -exec ls '{}' \; | wc -l

Basically, do you have any 0-length files? If so, it's probably the ext4 0-byte file bug. Clean those up, and see if the errors in dmesg go away.