X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fautofs4%2Fautofs_i.h;h=d85f42fa92060003b7000f3e686a5070e3da908e;hb=5351fb106a84d6ac584c2501e3b335093d38a58c;hp=6b4cec3f272ff091a893e85e0ee927459422ef22;hpb=ef29498655b18d2bfd69048e20835d19333981ab;p=powerpc.git diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 6b4cec3f27..d85f42fa92 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h @@ -52,6 +52,8 @@ struct autofs_info { int flags; + struct list_head rehash; + struct autofs_sb_info *sbi; unsigned long last_used; atomic_t count; @@ -110,6 +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; }; static inline struct autofs_sb_info *autofs4_sbi(struct super_block *sb)