mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:42:45 +00:00 
			
		
		
		
	Kernel: Try to set [cm]time in Inode::did_modify_contents
This indirectly resolves a fixme in sys$msync
This commit is contained in:
		
							parent
							
								
									10d9bb93be
								
							
						
					
					
						commit
						c3e57bfccb
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -232,6 +232,12 @@ void Inode::did_remove_child(InodeIdentifier, StringView name) | |||
| 
 | ||||
| void Inode::did_modify_contents() | ||||
| { | ||||
|     // FIXME: What happens if this fails?
 | ||||
|     //        ENOTIMPL would be a meaningless error to return here
 | ||||
|     auto time = kgettimeofday().to_truncated_seconds(); | ||||
|     (void)set_mtime(time); | ||||
|     (void)set_ctime(time); | ||||
| 
 | ||||
|     m_watchers.for_each([&](auto& watcher) { | ||||
|         watcher->notify_inode_event({}, identifier(), InodeWatcherEvent::Type::ContentModified); | ||||
|     }); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hendiadyoin1
						Hendiadyoin1