mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-17 00:35:13 -06:00
kmod: force update attributes before updating atime
This commit is contained in:
committed by
GitHub Enterprise
parent
575314956c
commit
4d1d24cc45
@@ -580,7 +580,7 @@ static struct dentry* eggsfs_mount(struct file_system_type* fs_type, int flags,
|
||||
|
||||
struct eggsfs_inode* root_enode = EGGSFS_I(root);
|
||||
|
||||
err = eggsfs_do_getattr(root_enode, false);
|
||||
err = eggsfs_do_getattr(root_enode, ATTR_CACHE_NORM_TIMEOUT);
|
||||
if (err) { goto out_sb; }
|
||||
|
||||
if (!root_enode->block_policy || !root_enode->span_policy || !root_enode->stripe_policy) {
|
||||
|
||||
Reference in New Issue
Block a user