Loading fs/jfs/jfs_umount.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -68,7 +68,7 @@ int jfs_umount(struct super_block *sb) /* /* * Wait for outstanding transactions to be written to log: * Wait for outstanding transactions to be written to log: */ */ jfs_flush_journal(log, 1); jfs_flush_journal(log, 2); /* /* * close fileset inode allocation map (aka fileset inode) * close fileset inode allocation map (aka fileset inode) Loading Loading @@ -146,7 +146,7 @@ int jfs_umount_rw(struct super_block *sb) * * * remove file system from log active file system list. * remove file system from log active file system list. */ */ jfs_flush_journal(log, 1); jfs_flush_journal(log, 2); /* /* * Make sure all metadata makes it to disk * Make sure all metadata makes it to disk Loading Loading
fs/jfs/jfs_umount.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -68,7 +68,7 @@ int jfs_umount(struct super_block *sb) /* /* * Wait for outstanding transactions to be written to log: * Wait for outstanding transactions to be written to log: */ */ jfs_flush_journal(log, 1); jfs_flush_journal(log, 2); /* /* * close fileset inode allocation map (aka fileset inode) * close fileset inode allocation map (aka fileset inode) Loading Loading @@ -146,7 +146,7 @@ int jfs_umount_rw(struct super_block *sb) * * * remove file system from log active file system list. * remove file system from log active file system list. */ */ jfs_flush_journal(log, 1); jfs_flush_journal(log, 2); /* /* * Make sure all metadata makes it to disk * Make sure all metadata makes it to disk Loading