summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/super.c
diff options
context:
space:
mode:
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2022-06-30 17:49:24 +0200
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2022-08-03 17:25:06 +0200
commit6700eabb90d50c50be21ecbb71131cd6ecf91ded (patch)
treec374631672ba2dd75298619616d6bc40981ccb35 /fs/ntfs3/super.c
parentfs/ntfs3: Fix very fragmented case in attr_punch_hole (diff)
downloadlinux-6700eabb90d50c50be21ecbb71131cd6ecf91ded.tar.xz
linux-6700eabb90d50c50be21ecbb71131cd6ecf91ded.zip
fs/ntfs3: Remove unused mi_mark_free
Cleaning up dead code Fix wrong comments Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/super.c')
-rw-r--r--fs/ntfs3/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs3/super.c b/fs/ntfs3/super.c
index 4b0dad2ac598..eacea72ff92f 100644
--- a/fs/ntfs3/super.c
+++ b/fs/ntfs3/super.c
@@ -1377,7 +1377,7 @@ static const struct fs_context_operations ntfs_context_ops = {
/*
* ntfs_init_fs_context - Initialize spi and opts
*
- * This will called when mount/remount. We will first initiliaze
+ * This will called when mount/remount. We will first initialize
* options so that if remount we can use just that.
*/
static int ntfs_init_fs_context(struct fs_context *fc)