Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / fs / ntfs / inode.c
index e6fc5f7cb1d750885910a043a2748afe531d6968..6c3f38d665794f12305b94004889a9e422fca425 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
-/**
+/*
  * inode.c - NTFS kernel inode handling.
  *
  * Copyright (c) 2001-2014 Anton Altaparmakov and Tuxera Inc.
@@ -2935,7 +2935,7 @@ out:
 }
 
 /**
- * ntfs_write_inode - write out a dirty inode
+ * __ntfs_write_inode - write out a dirty inode
  * @vi:                inode to write out
  * @sync:      if true, write out synchronously
  *
@@ -3033,7 +3033,7 @@ int __ntfs_write_inode(struct inode *vi, int sync)
         * might not need to be written out.
         * NOTE: It is not a problem when the inode for $MFT itself is being
         * written out as mark_ntfs_record_dirty() will only set I_DIRTY_PAGES
-        * on the $MFT inode and hence ntfs_write_inode() will not be
+        * on the $MFT inode and hence __ntfs_write_inode() will not be
         * re-invoked because of it which in turn is ok since the dirtied mft
         * record will be cleaned and written out to disk below, i.e. before
         * this function returns.