summaryrefslogtreecommitdiffstats
path: root/config/kernel-encode-fh-inode.m4
Commit message (Collapse)AuthorAgeFilesLines
* Linux 3.5 compat, eops->encode_fh() takes inodesRichard Yao2012-07-231-0/+24
The export_operations member ->encode_fh() has been updated to take both the child and parent inodes. This interface used to take the child dentry and a bool describing if the parent is needed. NOTE: While updating this code I noticed that we do not currently cleanly handle the case where we're passed a connectable parent. This code should be audited to make sure we're doing the right thing. Signed-off-by: Richard Yao <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #784