New helper: deactivate_locked_super()
[linux-2.6-block.git] / include / linux / fs.h
index 5bed436f4353978d8cbc19c3efa0ce2c11d87083..11484d08042c4952883c1197e17e870998de2055 100644 (file)
@@ -1775,6 +1775,7 @@ void kill_block_super(struct super_block *sb);
 void kill_anon_super(struct super_block *sb);
 void kill_litter_super(struct super_block *sb);
 void deactivate_super(struct super_block *sb);
+void deactivate_locked_super(struct super_block *sb);
 int set_anon_super(struct super_block *s, void *data);
 struct super_block *sget(struct file_system_type *type,
                        int (*test)(struct super_block *,void *),