]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix a copy and paste typo
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Dec 2021 11:43:09 +0000 (14:43 +0300)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2022 18:25:56 +0000 (13:25 -0500)
commit3cab72c0588266a690d391ba9f124bc865134af1
tree8e6b48f9ad532d873e281128e0d373adb0c65f0c
parent66a4d8deef8a12698c6cfbb0190a7e551d3e8f95
ext4: fix a copy and paste typo

This was obviously supposed to be an ext4 struct, not xfs.  GCC
doesn't care either way so it doesn't affect the build or runtime.

Fixes: 702ba83a739f ("ext4: switch to the new mount api")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Link: https://lore.kernel.org/r/20211215114309.GB14552@kili
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c