Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
It looks like we had a bit of a strange code before SOM removal that is even more redundant now in ll_Setattr_raw:
rc = ll_md_setattr(dentry, op_data); if (rc) GOTO(out, rc); /* RPC to MDT is sent, cancel data modification flag */ if (rc == 0 && (op_data->op_bias & MDS_DATA_MODIFIED)) { spin_lock(&lli->lli_lock); lli->lli_flags &= ~LLIF_DATA_MODIFIED; spin_unlock(&lli->lli_lock); }
So I guess the rc ==0 part could go easily?
Attachments
Activity
Labels | Original: easy | New: easy hackathon2017 |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Labels | New: easy |
This code has been removed.