diff options
Diffstat (limited to 'libdiskfs/file-set-trans.c')
-rw-r--r-- | libdiskfs/file-set-trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c index b55967f9..36f0c3b8 100644 --- a/libdiskfs/file-set-trans.c +++ b/libdiskfs/file-set-trans.c @@ -198,7 +198,7 @@ diskfs_S_file_set_translator (struct protid *cred, if (!diskfs_create_symlink_hook || err == EINVAL) /* Store the argument in the file as the target of the link */ - err = diskfs_node_rdwr (np, arg, 0, strlen (arg), + err = diskfs_node_rdwr (np, (char*) arg, 0, strlen (arg), 1, cred, 0); if (err) { |