Loading fs/afs/super.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -313,6 +313,7 @@ static int afs_fill_super(struct super_block *sb, sb->s_magic = AFS_FS_MAGIC; sb->s_magic = AFS_FS_MAGIC; sb->s_op = &afs_super_ops; sb->s_op = &afs_super_ops; sb->s_bdi = &as->volume->bdi; 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 */ /* allocate the root inode and dentry */ fid.vid = as->volume->vid; fid.vid = as->volume->vid; Loading Loading
fs/afs/super.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -313,6 +313,7 @@ static int afs_fill_super(struct super_block *sb, sb->s_magic = AFS_FS_MAGIC; sb->s_magic = AFS_FS_MAGIC; sb->s_op = &afs_super_ops; sb->s_op = &afs_super_ops; sb->s_bdi = &as->volume->bdi; 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 */ /* allocate the root inode and dentry */ fid.vid = as->volume->vid; fid.vid = as->volume->vid; Loading