]> err.no Git - linux-2.6/blobdiff - fs/autofs4/autofs_i.h
Merge branch 'linux-2.6' into for-linus
[linux-2.6] / fs / autofs4 / autofs_i.h
index d6603d02304ceed0d0a1c0e6c80e497bcaf58394..b13f32c8aeeea26914163e35e7b45a9782e779eb 100644 (file)
@@ -40,8 +40,6 @@
 #define DPRINTK(fmt,args...) do {} while(0)
 #endif
 
-#define AUTOFS_SUPER_MAGIC 0x0187
-
 /* Unified info structure.  This is pointed to by both the dentry and
    inode structures.  Each file in the filesystem has an instance of this
    structure.  It holds a reference to the dentry, so dentries are never
@@ -96,7 +94,6 @@ struct autofs_wait_queue {
 
 struct autofs_sb_info {
        u32 magic;
-       struct dentry *root;
        int pipefd;
        struct file *pipe;
        pid_t oz_pgrp;
@@ -231,4 +228,4 @@ out:
 }
 
 void autofs4_dentry_release(struct dentry *);
-
+extern void autofs4_kill_sb(struct super_block *);