]> git.neil.brown.name Git - history.git/commit
JFS: sync blockdevice at umount
authorChristoph Hellwig <hch@sb.bsdonline.org>
Tue, 3 Sep 2002 19:52:29 +0000 (21:52 +0200)
committerDave Kleikamp <shaggy@kleikamp.austin.ibm.com>
Tue, 3 Sep 2002 19:52:29 +0000 (21:52 +0200)
commit86a90b1c65196ffc3237e6de5e9b78b0bb687038
tree57e54e5fac56758b493cd2b4e4838ab515c3925a
parent2f57d1c31106c840f5ed4370b63c5f13043d47f4
JFS: sync blockdevice at umount

We need to sync the blockdevice mapping at umount although sync_blockdev
already does it as we need to make sure everything hits the disk before
we mark the superblock clean.

Found by Dave Kleikamp.
fs/jfs/jfs_umount.c