X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fubifs%2Fubifs.h;h=bd51277f6fe1956c13d90a081f3c92009b497e2b;hb=92677959bdadb8f7dd2809c5eedc4cd8ca8aeee2;hp=b2babce4d70f21845778dbb82a0b2b83fbb97d75;hpb=c4ff9486c0474c3c26570ba6dbf9a34ae9aa380c;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index b2babce4d70f..bd51277f6fe1 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h @@ -1042,7 +1042,6 @@ struct ubifs_debug_info; * * @mst_node: master node * @mst_offs: offset of valid master node - * @mst_mutex: protects the master node area, @mst_node, and @mst_offs * * @max_bu_buf_len: maximum bulk-read buffer length * @bu_mutex: protects the pre-allocated bulk-read buffer and @c->bu @@ -1282,7 +1281,6 @@ struct ubifs_info { struct ubifs_mst_node *mst_node; int mst_offs; - struct mutex mst_mutex; int max_bu_buf_len; struct mutex bu_mutex;