Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / file_system_type.h
index 4f4ceb90987b976ffd0bfafcfe9e4e05b67558f7..dabe30973751190f39f5f932a30c420cca7691a2 100644 (file)
@@ -9,7 +9,5 @@ struct file_system_type {
         struct module *owner;
         struct file_system_type * next;
         struct list_head fs_supers;
-
-        struct lock_class_key s_lock_key;
         ...
 };