Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2eadfc0e authored by Wolfram Sang's avatar Wolfram Sang Committed by Jiri Kosina
Browse files

trivial: fs/inode: Fix typo in file_update_time nanodoc



The advertised flag for not updating the time was wrong.

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ff677f8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1408,7 +1408,7 @@ EXPORT_SYMBOL(touch_atime);
 *	for writeback.  Note that this function is meant exclusively for
 *	for writeback.  Note that this function is meant exclusively for
 *	usage in the file write path of filesystems, and filesystems may
 *	usage in the file write path of filesystems, and filesystems may
 *	choose to explicitly ignore update via this function with the
 *	choose to explicitly ignore update via this function with the
 *	S_NOCTIME inode flag, e.g. for network filesystem where these
 *	S_NOCMTIME inode flag, e.g. for network filesystem where these
 *	timestamps are handled by the server.
 *	timestamps are handled by the server.
 */
 */