Commit 2eadfc0ed68690075dcff08b30d87831388a1663

Authored by Wolfram Sang
Committed by Jiri Kosina
1 parent ff677f8d10

trivial: fs/inode: Fix typo in file_update_time nanodoc

The advertised flag for not updating the time was wrong.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1408,7 +1408,7 @@
1408 1408 * for writeback. Note that this function is meant exclusively for
1409 1409 * usage in the file write path of filesystems, and filesystems may
1410 1410 * choose to explicitly ignore update via this function with the
1411   - * S_NOCTIME inode flag, e.g. for network filesystem where these
  1411 + * S_NOCMTIME inode flag, e.g. for network filesystem where these
1412 1412 * timestamps are handled by the server.
1413 1413 */
1414 1414