В Mon, 23 Sep 2013 15:37:21 -0400 Jeff Mahoney <jeffm@suse.com> пишет:
On 9/23/13 2:44 PM, Cristian Rodríguez wrote:
El 23/09/13 12:46, Jeff Mahoney escribió:
On 9/22/13 8:15 PM, Cristian Rodríguez wrote:
Hi:
with current kernel:head (kernel-desktop-3.11.1-5.1.g50dfbd0) I am getting a flood of this warnings..
Well that's certainly strange. This is from the new sysfs code that creates a per-fs directory to publish the enabled features on a particular file system. The message in $SUBJECT seems to indicate that your file system has a zeroed out fsid, which AFAIK, really shouldn't happen.
hrmmm.. the btrfs command line tool said that both of my filesystems have a non-zeroed fsid..
Ah. Yep. This was a bug in the error path for btrfs_mount -- it would attempt to create the sysfs dir even if btrfs_fill_super had failed.
I've pushed a fix for it just now.
I still get it on RC1 (3.11.3-1.1). Was fix supposed to be included there?