diff options
Diffstat (limited to 'fs/ceph/super.c')
| -rw-r--r-- | fs/ceph/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c index 7b6bfcbf801c..f446afada328 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c | |||
| @@ -708,6 +708,7 @@ static void ceph_umount_begin(struct super_block *sb) | |||
| 708 | if (!fsc) | 708 | if (!fsc) |
| 709 | return; | 709 | return; |
| 710 | fsc->mount_state = CEPH_MOUNT_SHUTDOWN; | 710 | fsc->mount_state = CEPH_MOUNT_SHUTDOWN; |
| 711 | ceph_mdsc_force_umount(fsc->mdsc); | ||
| 711 | return; | 712 | return; |
| 712 | } | 713 | } |
| 713 | 714 | ||
