]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs4/init.c
[XFS] fix compilation without CONFIG_PROC_FS
[linux-2.6-omap-h63xx.git] / fs / autofs4 / init.c
index 5d9193332bef1b9eac190d80fb0fa5f97ff28f8a..723a1c5e361b2786c8f8ec97e9332b77b1484e15 100644 (file)
@@ -24,7 +24,7 @@ static struct file_system_type autofs_fs_type = {
        .owner          = THIS_MODULE,
        .name           = "autofs",
        .get_sb         = autofs_get_sb,
-       .kill_sb        = kill_anon_super,
+       .kill_sb        = autofs4_kill_sb,
 };
 
 static int __init init_autofs4_fs(void)