Skip to content

Commit 12314d2

Browse files
committed
Revert "relayfs: abolish prev_padding"
JIRA: https://issues.redhat.com/browse/RHEL-113577 Upstream Status: RHEL only This reverts commit 2489e95. This commit was backported automatically as part of the DRM backport. In this tree the "subbuf_start" callback needs the last "size_t" argument, restore it. NOTE: This commit does not compile due to missing RHEL-specific fix-ups, which are split out into separate Git commits following this one. If git bisect selected this commit, run "git bisect skip" and try again. Repeat this until it selects a commit which compiles. Signed-off-by: José Expósito <jexposit@redhat.com>
1 parent bb85338 commit 12314d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/i915/gt/uc/intel_guc_log.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ static int guc_action_control_log(struct intel_guc *guc, bool enable,
220220
*/
221221
static int subbuf_start_callback(struct rchan_buf *buf,
222222
void *subbuf,
223-
void *prev_subbuf)
223+
void *prev_subbuf,
224+
size_t prev_padding)
224225
{
225226
/*
226227
* Use no-overwrite mode by default, where relay will stop accepting

0 commit comments

Comments
 (0)