I'm wondering what function replaced get_sb_nodev and get_sb function in Linux kernel ?
It's no longer available in 3.5+ kernel
I'm wondering what function replaced get_sb_nodev and get_sb function in Linux kernel ?
It's no longer available in 3.5+ kernel
get_sb
function used to appear instruct file_system_type
, In latest Linux Kernel this is replace by amount
functionstruct dentry *(*mount) (struct file_system_type *, int, const char *, void *);