* mark_caps_clean - only clean the dirty_caps and caller should start flushing the dirty caps. */
| 862 | * mark_caps_clean - only clean the dirty_caps and caller should start flushing the dirty caps. |
| 863 | */ |
| 864 | void Inode::mark_caps_clean() |
| 865 | { |
| 866 | lsubdout(client->cct, client, 10) << __func__ << " " << *this << dendl; |
| 867 | dirty_caps = 0; |
| 868 | dirty_cap_item.remove_myself(); |
| 869 | } |
| 870 | |
| 871 | #if defined(__linux__) |
| 872 | FSCryptContextRef Inode::init_fscrypt_ctx(FSCrypt *fscrypt) |
no test coverage detected