aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/logfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/logfs/super.c b/fs/logfs/super.c
index e795c234ea33..f9b7a30b00a3 100644
--- a/fs/logfs/super.c
+++ b/fs/logfs/super.c
@@ -491,9 +491,9 @@ static void logfs_kill_sb(struct super_block *sb)
491 * From this point on alias entries are simply dropped - and any 491 * From this point on alias entries are simply dropped - and any
492 * writes to the object store are considered bugs. 492 * writes to the object store are considered bugs.
493 */ 493 */
494 super->s_flags |= LOGFS_SB_FLAG_SHUTDOWN;
495 log_super("LogFS: Now in shutdown\n"); 494 log_super("LogFS: Now in shutdown\n");
496 generic_shutdown_super(sb); 495 generic_shutdown_super(sb);
496 super->s_flags |= LOGFS_SB_FLAG_SHUTDOWN;
497 497
498 BUG_ON(super->s_dirty_used_bytes || super->s_dirty_free_bytes); 498 BUG_ON(super->s_dirty_used_bytes || super->s_dirty_free_bytes);
499 499