From 2c14f43391e78b4b5a90a4576cc2697ff66a63ed Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 14 Jun 2011 00:38:44 +0100 Subject: [PATCH] --- yaml --- r: 253707 b: refs/heads/master c: 2e41ae225f742ded5b7d9847cd8bd605f27daba8 h: refs/heads/master i: 253705: 8b7211b37c0fc1c507060971f662d542c217f850 253703: 790ca165d0c545acacf3e07f523b55d2ee44df48 v: v3 --- [refs] | 2 +- trunk/fs/afs/super.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;