From: Wolfram Sang Date: Thu, 2 Apr 2009 13:23:37 +0000 (+0200) Subject: trivial: fs/inode: Fix typo in file_update_time nanodoc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2eadfc0ed68690075dcff08b30d87831388a1663;p=linux.git 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 Signed-off-by: Jiri Kosina --- diff --git a/fs/inode.c b/fs/inode.c index a88baebf77cf1..f643be565df8e 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -1408,7 +1408,7 @@ EXPORT_SYMBOL(touch_atime); * for writeback. Note that this function is meant exclusively for * usage in the file write path of filesystems, and filesystems may * 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. */