Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
snajpa committed Nov 1, 2024
1 parent bc841d0 commit 3a1234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/linux/zfs/zpl_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ zpl_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)

crhold(cr);
zpl_inode_set_ctime_to_ts(ZTOI(zp), current_time(ZTOI(zp)));

zhold(zp);
cookie = spl_fstrans_mark();
error = -zfs_link(ITOZ(dir), zp, dname(dentry), cr, 0);
if (error) {
Expand Down

0 comments on commit 3a1234b

Please sign in to comment.