* [PATCH] fs/inode: Fix typo in file_update_time nanodoc
@ 2009-04-02 13:23 Wolfram Sang
2009-04-02 20:27 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2009-04-02 13:23 UTC (permalink / raw)
To: linux-fsdevel; +Cc: viro, trivial, Wolfram Sang
The advertised flag for not updating the time was wrong.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fs/inode: Fix typo in file_update_time nanodoc
2009-04-02 13:23 [PATCH] fs/inode: Fix typo in file_update_time nanodoc Wolfram Sang
@ 2009-04-02 20:27 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2009-04-02 20:27 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-fsdevel, viro, trivial
On Thu, 2 Apr 2009, Wolfram Sang wrote:
> The advertised flag for not updating the time was wrong.
>
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> ---
> 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.
> */
Applied to trivial tree, thanks.
--
Jiri Kosina
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-02 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 13:23 [PATCH] fs/inode: Fix typo in file_update_time nanodoc Wolfram Sang
2009-04-02 20:27 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).