sysprog21 / simplefs

A simple native file system for Linux kernel
Other
374 stars 91 forks source link

Change parameter to initialize new inode in Linux 6.3 #27

Closed fewletter closed 1 year ago

fewletter commented 1 year ago

Change the parameter to initialize new inode in creating new file system, and thanks to @cbkadal for reporting Issue#25.

jserv commented 1 year ago

If you would like to close a pull request, there must be an explicit reason.

fewletter commented 1 year ago

I'd like to create a new branch for commit 235a87c to pull request.

jserv commented 1 year ago

I'd like to create a new branch for commit 235a87c to pull request.

Next time, you can simply run git rebase -i and then git push --force within the same pull request.