Add missing replay entry in zvol_replay_vector for TX_SETSAXATTR
Commit 361a7e8
(log xattr=sa create/remove/update to ZIL) introduced a
TX_SETSAXATTR, but missed to add a corresponding entry in
zvol_replay_vector. Adding a missing replay entry in zvol_replay_vector.
Reviewed-by: Christian Schwarz <christian.schwarz@nutanix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jitendra Patidar <jitendra.patidar@nutanix.com>
Closes #13396
Closes #13395
This commit is contained in:
parent
1bf3abc634
commit
159c6fd154
|
@ -513,6 +513,7 @@ zil_replay_func_t *const zvol_replay_vector[TX_MAX_TYPE] = {
|
|||
zvol_replay_err, /* TX_MKDIR_ATTR */
|
||||
zvol_replay_err, /* TX_MKDIR_ACL_ATTR */
|
||||
zvol_replay_err, /* TX_WRITE2 */
|
||||
zvol_replay_err, /* TX_SETSAXATTR */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue