diff options
Diffstat (limited to 'fs/afs/super.c')
-rw-r--r-- | fs/afs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/super.c b/fs/afs/super.c index b7d48d7eaa1e..356dcf0929e8 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c | |||
@@ -313,6 +313,7 @@ static int afs_fill_super(struct super_block *sb, | |||
313 | sb->s_magic = AFS_FS_MAGIC; | 313 | sb->s_magic = AFS_FS_MAGIC; |
314 | sb->s_op = &afs_super_ops; | 314 | sb->s_op = &afs_super_ops; |
315 | sb->s_bdi = &as->volume->bdi; | 315 | sb->s_bdi = &as->volume->bdi; |
316 | strlcpy(sb->s_id, as->volume->vlocation->vldb.name, sizeof(sb->s_id)); | ||
316 | 317 | ||
317 | /* allocate the root inode and dentry */ | 318 | /* allocate the root inode and dentry */ |
318 | fid.vid = as->volume->vid; | 319 | fid.vid = as->volume->vid; |