Commit 988c52ee authored by Christoph Hellwig's avatar Christoph Hellwig

XFS: Don't reset blocksize on umount

Modid: 2.5.x-xfs:slinx:128659a
parent f815162c
......@@ -542,10 +542,6 @@ linvfs_put_super(
}
vfs_deallocate(vfsp);
/* Reset device block size */
sector_size = bdev_hardsect_size(sb->s_bdev);
set_blocksize(sb->s_bdev, sector_size);
}
void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment