···3636 struct sysv_sb_info *sbi = SYSV_SB(sb);3737 unsigned long time = get_seconds(), old_time;38383939- lock_super(sb);3939+ mutex_lock(&sbi->s_lock);40404141 /*4242 * If we are going to write out the super block,···5151 mark_buffer_dirty(sbi->s_bh2);5252 }53535454- unlock_super(sb);5454+ mutex_unlock(&sbi->s_lock);55555656 return 0;5757}
···5858 u32 s_nzones; /* same as s_sbd->s_fsize */5959 u16 s_namelen; /* max length of dir entry */6060 int s_forced_ro;6161+ struct mutex s_lock;6162};62636364/*