Skip to content

Support linux-6.12#52

Open
GerMalaz wants to merge 1 commit intoNVIDIA:masterfrom
GerMalaz:linux-6.12-support
Open

Support linux-6.12#52
GerMalaz wants to merge 1 commit intoNVIDIA:masterfrom
GerMalaz:linux-6.12-support

Conversation

@GerMalaz
Copy link

Signed-off-by: Gerardo Esteban Malazdrewicz gerardo@malazdrewicz.com.ar

Changes:

  • FMODE_UNSIGNED_OFFSET moved to fop_flags, renamed FOP_UNSIGNED_OFFSET
  • fd.file gone, (new) accessor needed : fd_file(fd) Kept fd_file(fd) syntax, redefining it as the old fd.file if not already defined.
  • .fop_flags added in struct file_operations.

Signed-off-by: Gerardo Esteban Malazdrewicz <gerardo@malazdrewicz.com.ar>

Changes:
* FMODE_UNSIGNED_OFFSET moved to fop_flags, renamed FOP_UNSIGNED_OFFSET
* fd.file gone, (new) accessor needed : fd_file(fd)
     Kept fd_file(fd) syntax, redefining it as the old fd.file if not
already defined.
* .fop_flags added in struct file_operations.
@jcfaracco
Copy link

I'm running RHEL 10 and It uses kernel 6.12. So +1 for changes like this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants