diff options
Diffstat (limited to 'fs/gfs2/ops_super.c')
-rw-r--r-- | fs/gfs2/ops_super.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c index ad36af254fee..29f8a5c0b45b 100644 --- a/fs/gfs2/ops_super.c +++ b/fs/gfs2/ops_super.c | |||
@@ -142,8 +142,6 @@ static void gfs2_put_super(struct super_block *sb) | |||
142 | kthread_stop(sdp->sd_quotad_process); | 142 | kthread_stop(sdp->sd_quotad_process); |
143 | kthread_stop(sdp->sd_logd_process); | 143 | kthread_stop(sdp->sd_logd_process); |
144 | kthread_stop(sdp->sd_recoverd_process); | 144 | kthread_stop(sdp->sd_recoverd_process); |
145 | while (sdp->sd_glockd_num--) | ||
146 | kthread_stop(sdp->sd_glockd_process[sdp->sd_glockd_num]); | ||
147 | 145 | ||
148 | if (!(sb->s_flags & MS_RDONLY)) { | 146 | if (!(sb->s_flags & MS_RDONLY)) { |
149 | error = gfs2_make_fs_ro(sdp); | 147 | error = gfs2_make_fs_ro(sdp); |
@@ -369,7 +367,6 @@ static void gfs2_clear_inode(struct inode *inode) | |||
369 | */ | 367 | */ |
370 | if (test_bit(GIF_USER, &ip->i_flags)) { | 368 | if (test_bit(GIF_USER, &ip->i_flags)) { |
371 | ip->i_gl->gl_object = NULL; | 369 | ip->i_gl->gl_object = NULL; |
372 | gfs2_glock_schedule_for_reclaim(ip->i_gl); | ||
373 | gfs2_glock_put(ip->i_gl); | 370 | gfs2_glock_put(ip->i_gl); |
374 | ip->i_gl = NULL; | 371 | ip->i_gl = NULL; |
375 | if (ip->i_iopen_gh.gh_gl) { | 372 | if (ip->i_iopen_gh.gh_gl) { |
@@ -422,8 +419,6 @@ static int gfs2_show_options(struct seq_file *s, struct vfsmount *mnt) | |||
422 | seq_printf(s, ",debug"); | 419 | seq_printf(s, ",debug"); |
423 | if (args->ar_upgrade) | 420 | if (args->ar_upgrade) |
424 | seq_printf(s, ",upgrade"); | 421 | seq_printf(s, ",upgrade"); |
425 | if (args->ar_num_glockd != GFS2_GLOCKD_DEFAULT) | ||
426 | seq_printf(s, ",num_glockd=%u", args->ar_num_glockd); | ||
427 | if (args->ar_posix_acl) | 422 | if (args->ar_posix_acl) |
428 | seq_printf(s, ",acl"); | 423 | seq_printf(s, ",acl"); |
429 | if (args->ar_quota != GFS2_QUOTA_DEFAULT) { | 424 | if (args->ar_quota != GFS2_QUOTA_DEFAULT) { |