diff --git a/[refs] b/[refs] index 1834bea72b66..757bf58570a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f9f07b6c1372b1436aa6b45333445b443ffd8c95 +refs/heads/master: 2e41ae225f742ded5b7d9847cd8bd605f27daba8 diff --git a/trunk/fs/afs/super.c b/trunk/fs/afs/super.c index b7d48d7eaa1e..356dcf0929e8 100644 --- a/trunk/fs/afs/super.c +++ b/trunk/fs/afs/super.c @@ -313,6 +313,7 @@ static int afs_fill_super(struct super_block *sb, sb->s_magic = AFS_FS_MAGIC; sb->s_op = &afs_super_ops; sb->s_bdi = &as->volume->bdi; + strlcpy(sb->s_id, as->volume->vlocation->vldb.name, sizeof(sb->s_id)); /* allocate the root inode and dentry */ fid.vid = as->volume->vid;