Skip to content

Commit

Permalink
trivial: fs/inode: Fix typo in file_update_time nanodoc
Browse files Browse the repository at this point in the history
The advertised flag for not updating the time was wrong.

Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Wolfram Sang authored and Jiri Kosina committed Jun 12, 2009
1 parent ff677f8 commit 2eadfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 2eadfc0

Please sign in to comment.