trivial: fs/inode: Fix typo in file_update_time nanodoc

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Sunday, June 14, 2009 - 3:08 pm

Gitweb:     http://git.kernel.org/linus/2eadfc0ed68690075dcff08b30d87831388a1663
Commit:     2eadfc0ed68690075dcff08b30d87831388a1663
Parent:     ff677f8d10a7b7dea6fbfc48d5ceeb3018cabb23
Author:     Wolfram Sang <w.sang@pengutronix.de>
AuthorDate: Thu Apr 2 15:23:37 2009 +0200
Committer:  Jiri Kosina <jkosina@suse.cz>
CommitDate: Fri Jun 12 18:01:45 2009 +0200

    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>
---
 fs/inode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/inode.c b/fs/inode.c
index a88baeb..f643be5 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.
  */
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
trivial: fs/inode: Fix typo in file_update_time nanodoc, Linux Kernel Mailing ..., (Sun Jun 14, 3:08 pm)