mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
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>
This commit is contained in:
parent
ff677f8d10
commit
2eadfc0ed6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue