From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: [PATCH] fs/inode: Fix typo in file_update_time nanodoc Date: Thu, 2 Apr 2009 15:23:37 +0200 Message-ID: <1238678617-3047-1-git-send-email-w.sang@pengutronix.de> Cc: viro@zeniv.linux.org.uk, trivial@kernel.org, Wolfram Sang To: linux-fsdevel@vger.kernel.org Return-path: Received: from metis.ext.pengutronix.de ([92.198.50.35]:35995 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753505AbZDBNXk (ORCPT ); Thu, 2 Apr 2009 09:23:40 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The advertised flag for not updating the time was wrong. Signed-off-by: Wolfram Sang --- fs/inode.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/inode.c b/fs/inode.c index d06d6d2..62cfd52 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -1387,7 +1387,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. */ -- 1.6.2