(extfs_read_archive): remove extra type cast.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-01-25 10:38:11 +03:00
parent ac8d22fa24
commit 298d0bc129
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ extfs_read_archive (FILE * extfsd, struct extfs_super_t *current_archive)
if (current_link_name != NULL && S_ISLNK (hstat.st_mode))
{
VFS_INODE (inode)->linkname = current_link_name;
inode->linkname = current_link_name;
current_link_name = NULL;
}
}