erofs: use dsb instead of layout for ondisk super_block
authorGao Xiang <gaoxiang25@huawei.com>
Wed, 4 Sep 2019 02:09:00 +0000 (10:09 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Sep 2019 18:10:08 +0000 (20:10 +0200)
commit0259f209487c839e0d5fa0bb82a6e591dd57357a
treec586547841258fbec6a712894a24321871874314
parenta2c75c8143eaa8f7404dae3df98fe43ebaafce16
erofs: use dsb instead of layout for ondisk super_block

As Christoph pointed out [1], "Why is the variable name
for the on-disk subperblock layout? We usually still
calls this something with sb in the name, e.g. dsb.
for disksuper block. " Let's fix it.

[1] https://lore.kernel.org/r/20190829101545.GC20598@infradead.org/
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Link: https://lore.kernel.org/r/20190904020912.63925-14-gaoxiang25@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/erofs/super.c