commit | 66d5477d7002aeee206108b43cde12d12c3c9d5b | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Wed Aug 01 18:12:34 2018 +0000 |
committer | Mike Marshall <hubcap@omnibond.com> | Fri May 03 14:32:37 2019 -0400 |
tree | f270c8815d256dc23c1d1c9b0cae476447f3f2ab | |
parent | fc2e2e9c43e3b3f5dec8a02b17ee3d6343d9783a [diff] |
orangefs: do not invalidate attributes on inode create When an inode is created, we fetch attributes from the server. There is no need to turn around and invalidate them. No need to initialize attributes after the getattr either. Either it'll be exactly the same, or it'll be something else and wrong. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>