]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/isofs/isofs.h
isofs: Remove global fs lock
[karo-tx-linux.git] / fs / isofs / isofs.h
index 2882dc089f87ce60c92e534d5cc6219030e4103f..7d33de84f52adec9b647bfc23f883f811f939ca9 100644 (file)
@@ -55,7 +55,6 @@ struct isofs_sb_info {
        gid_t s_gid;
        uid_t s_uid;
        struct nls_table *s_nls_iocharset; /* Native language support table */
-       struct mutex s_mutex; /* replaces BKL, please remove if possible */
 };
 
 #define ISOFS_INVALID_MODE ((mode_t) -1)