Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/fs/mkstemp/, src/: Move fmkomstemp() to separate files under lib/fs/mkstemp/, and split into mkomstemp() #1139

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alejandro-colomar
Copy link
Collaborator

@alejandro-colomar alejandro-colomar commented Dec 4, 2024

This reduces the complexity of fmkomstemp() by adding a helper API, and moves this into the lib/fs/ library subdir.


Revisions:

v1b
  • Rebase
$ git range-diff master..gh/fmkomstemp shadow/master..fmkomstemp 
1:  257e2aaf = 1:  aa3d3676 lib/fs/mkstemp/, src/: fmkomstemp(): Move function to separate file
2:  6b28ca78 = 2:  dae656e6 lib/fs/mkstemp/: mkostemp(): Split API from fmkomstemp()
v1c
  • Rebase
$ git range-diff master..gh/fmkomstemp shadow/master..fmkomstemp 
1:  aa3d3676 = 1:  3dfeb6fe lib/fs/mkstemp/, src/: fmkomstemp(): Move function to separate file
2:  dae656e6 = 2:  f6224cb4 lib/fs/mkstemp/: mkostemp(): Split API from fmkomstemp()
v1d
  • Rebase
$ git range-diff master..gh/fmkomstemp shadow/master..fmkomstemp 
1:  3dfeb6fe = 1:  bf5be95a lib/fs/mkstemp/, src/: fmkomstemp(): Move function to separate file
2:  f6224cb4 = 2:  3e913b68 lib/fs/mkstemp/: mkostemp(): Split API from fmkomstemp()

@alejandro-colomar alejandro-colomar force-pushed the fmkomstemp branch 3 times, most recently from 3659215 to 6b28ca7 Compare December 4, 2024 13:24
@alejandro-colomar alejandro-colomar marked this pull request as ready for review December 4, 2024 13:31
@alejandro-colomar alejandro-colomar force-pushed the fmkomstemp branch 2 times, most recently from dae656e to f6224cb Compare December 6, 2024 12:12
@alejandro-colomar
Copy link
Collaborator Author

Queued after the release of 4.17.0.

@alejandro-colomar alejandro-colomar marked this pull request as draft December 6, 2024 12:15
And make it inline.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This reduces the complexity of fmkomstemp().

Signed-off-by: Alejandro Colomar <alx@kernel.org>
@alejandro-colomar alejandro-colomar marked this pull request as ready for review December 22, 2024 12:03
@alejandro-colomar alejandro-colomar added the Simpler A good issue for a new beginner label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Simpler A good issue for a new beginner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant