]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs4/autofs_i.h
autofs4: don't make expiring dentry negative
[linux-2.6-omap-h63xx.git] / fs / autofs4 / autofs_i.h
index c3d352d7fa9304cb44c6ec4e4542bbc46f8ec2b2..69b1497b0029e778210a8003496e9ba25261a6ba 100644 (file)
@@ -52,7 +52,7 @@ struct autofs_info {
 
        int             flags;
 
-       struct list_head rehash;
+       struct list_head expiring;
 
        struct autofs_sb_info *sbi;
        unsigned long last_used;
@@ -112,8 +112,8 @@ struct autofs_sb_info {
        struct mutex wq_mutex;
        spinlock_t fs_lock;
        struct autofs_wait_queue *queues; /* Wait queue pointer */
-       spinlock_t rehash_lock;
-       struct list_head rehash_list;
+       spinlock_t lookup_lock;
+       struct list_head expiring_list;
 };
 
 static inline struct autofs_sb_info *autofs4_sbi(struct super_block *sb)