gfs2: Replace sd_freeze_state with SDF_FROZEN flag
Replace sd_freeze_state with a new SDF_FROZEN flag.
There no longer is a need for indicating that a freeze is in progress
(SDF_STARTING_FREEZE); we are now protecting the critical sections with
the sd_freeze_mutex.
Signed-off-by:
Andreas Gruenbacher <agruenba@redhat.com>
Showing
- fs/gfs2/incore.h 1 addition, 7 deletionsfs/gfs2/incore.h
- fs/gfs2/log.c 4 additions, 5 deletionsfs/gfs2/log.c
- fs/gfs2/ops_fstype.c 0 additions, 1 deletionfs/gfs2/ops_fstype.c
- fs/gfs2/recovery.c 1 addition, 1 deletionfs/gfs2/recovery.c
- fs/gfs2/super.c 8 additions, 15 deletionsfs/gfs2/super.c
- fs/gfs2/sys.c 2 additions, 0 deletionsfs/gfs2/sys.c
- fs/gfs2/trans.c 1 addition, 2 deletionsfs/gfs2/trans.c
Please register or sign in to comment