]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs4/autofs_i.h
autofs4: use look aside list for lookups
[linux-2.6-omap-h63xx.git] / fs / autofs4 / autofs_i.h
index 69b1497b0029e778210a8003496e9ba25261a6ba..2dce2334737d3bce48fa77c0f83adadc5bd21d7d 100644 (file)
@@ -52,6 +52,7 @@ struct autofs_info {
 
        int             flags;
 
+       struct list_head active;
        struct list_head expiring;
 
        struct autofs_sb_info *sbi;
@@ -113,6 +114,7 @@ struct autofs_sb_info {
        spinlock_t fs_lock;
        struct autofs_wait_queue *queues; /* Wait queue pointer */
        spinlock_t lookup_lock;
+       struct list_head active_list;
        struct list_head expiring_list;
 };