aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/logfs/super.c')
-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 94d80f7ee7c2..1d081b7ede5a 100644
--- a/fs/logfs/super.c
+++ b/fs/logfs/super.c
@@ -490,7 +490,7 @@ static void logfs_kill_sb(struct super_block *sb)
490 log_super("LogFS: Start unmounting\n"); 490 log_super("LogFS: Start unmounting\n");
491 /* Alias entries slow down mount, so evict as many as possible */ 491 /* Alias entries slow down mount, so evict as many as possible */
492 sync_filesystem(sb); 492 sync_filesystem(sb);
493 logfs_write_anchor(super->s_master_inode); 493 logfs_write_anchor(sb);
494 494
495 /* 495 /*
496 * From this point on alias entries are simply dropped - and any 496 * From this point on alias entries are simply dropped - and any