diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-04-02 09:23:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 12:01:45 -0400 |
commit | 2eadfc0ed68690075dcff08b30d87831388a1663 (patch) | |
tree | 5d27bab1a06b164371d13d47bc41ebacd83572fb /fs/inode.c | |
parent | ff677f8d10a7b7dea6fbfc48d5ceeb3018cabb23 (diff) |
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>
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c index a88baebf77cf..f643be565df8 100644 --- a/fs/inode.c +++ b/fs/inode.c | |||
@@ -1408,7 +1408,7 @@ EXPORT_SYMBOL(touch_atime); | |||
1408 | * for writeback. Note that this function is meant exclusively for | 1408 | * for writeback. Note that this function is meant exclusively for |
1409 | * usage in the file write path of filesystems, and filesystems may | 1409 | * usage in the file write path of filesystems, and filesystems may |
1410 | * choose to explicitly ignore update via this function with the | 1410 | * choose to explicitly ignore update via this function with the |
1411 | * S_NOCTIME inode flag, e.g. for network filesystem where these | 1411 | * S_NOCMTIME inode flag, e.g. for network filesystem where these |
1412 | * timestamps are handled by the server. | 1412 | * timestamps are handled by the server. |
1413 | */ | 1413 | */ |
1414 | 1414 | ||