mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Fix ntfsmount compilation.
This commit is contained in:
parent
02194004ab
commit
14659dfc20
@ -873,7 +873,7 @@ static int ntfs_fuse_symlink(const char *to, const char *from)
|
||||
{
|
||||
if (ntfs_fuse_is_named_data_stream(from))
|
||||
return -EINVAL; /* n/a for named data streams. */
|
||||
ntfs_fuse_mark_free_space_outdate();
|
||||
ntfs_fuse_mark_free_space_outdated();
|
||||
return ntfs_fuse_create(from, S_IFLNK, 0, to);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user