summaryrefslogtreecommitdiffstats
path: root/config/kernel-sget-args.m4
Commit message (Collapse)AuthorAgeFilesLines
* Linux 3.6 compat, sget()Yuxuan Shui2012-10-141-0/+23
As of Linux commit 9249e17fe094d853d1ef7475dd559a2cc7e23d42 the mount flags are now passed to sget() so they can be used when initializing a new superblock. ZFS never uses sget() in this fashion so we can simply pass a zero and add a zpl_sget() compatibility wrapper. Signed-off-by: Yuxuan Shui <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #873