async: make the final inode deletion an asynchronous event
[linux-2.6-block.git] / include / linux / fs.h
index d7eba77f666e9558e31061b3a63d7b5d720c4a82..e38a64d71efff910fbc9b6a8ad578a0cd509aea4 100644 (file)
@@ -1184,6 +1184,11 @@ struct super_block {
         * generic_show_options()
         */
        char *s_options;
+
+       /*
+        * storage for asynchronous operations
+        */
+       struct list_head s_async_list;
 };
 
 extern struct timespec current_fs_time(struct super_block *sb);