-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change local file/directory expiry TTL from NEVER_EXPIRE to 100ms (#584)
* Change validity of files and directory from NEVER_EXPIRE to 100 ms while create() Signed-off-by: Ankit Saurabh <[email protected]> * Used cache config value instead to set validity Signed-off-by: Ankit Saurabh <[email protected]> * Trying to check if removing file validity assertions works as no way to test on local system Signed-off-by: Ankit Saurabh <[email protected]> * Removed Invalid Inode Stat test for setattr Signed-off-by: Ankit Saurabh <[email protected]> * Modified test for setattr on invalid stat as now it should be able to reset the stat expiry Signed-off-by: Ankit Saurabh <[email protected]> * Added validity update of local inode for lookup Signed-off-by: Ankit Saurabh <[email protected]> * Added resetting of InodeStat expiry in setattr as well Signed-off-by: Ankit Saurabh <[email protected]> * Added the change in Changelog Signed-off-by: Ankit Saurabh <[email protected]> * Removed unnecessary cloning of inode Signed-off-by: Ankit Saurabh <[email protected]> --------- Signed-off-by: Ankit Saurabh <[email protected]>
- Loading branch information
Ankit Saurabh
authored
Nov 14, 2023
1 parent
493fc23
commit d38d45f
Showing
3 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters