aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-file-dentry.m4
Commit message (Collapse)AuthorAgeFilesLines
* Use file_dentry and file_inode wrappersChen Haiquan2016-08-111-0/+20
Fix bugs due to kernel change in torvalds/linux@4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and f_inode to the underlay"). This problem crashes system when use zfs as a layer of overlayfs. Signed-off-by: Chen Haiquan <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #4914 Closes #4935