Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfs

Pull configfs regression fix from Christoph Hellwig:
"Fix a regression from this merge window in the configfs symlink
handling (Honggang Li)"

* tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfs:
configfs: calculate the depth of parent item

+1 -1
+1 -1
fs/configfs/symlink.c
··· 101 101 } 102 102 target_sd->s_links++; 103 103 spin_unlock(&configfs_dirent_lock); 104 - ret = configfs_get_target_path(item, item, body); 104 + ret = configfs_get_target_path(parent_item, item, body); 105 105 if (!ret) 106 106 ret = configfs_create_link(target_sd, parent_item->ci_dentry, 107 107 dentry, body);