X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=listati%2Ffile_system_type.h;h=dabe30973751190f39f5f932a30c420cca7691a2;hp=4f4ceb90987b976ffd0bfafcfe9e4e05b67558f7;hb=fbaf3a4f4f6fe16f6f2233f7165bbfa77557e32e;hpb=94b4d603807121b40eef06d22d2b6cd6e06ec7fd diff --git a/listati/file_system_type.h b/listati/file_system_type.h index 4f4ceb9..dabe309 100644 --- a/listati/file_system_type.h +++ b/listati/file_system_type.h @@ -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; ... };