sysprog21 / simplefs

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

access inode's ctime access using proper accessors #32

Closed groverb closed 11 months ago

groverb commented 11 months ago

commit: 9b6304c1d53745c300b86f202d0dcff395e2d2db introduces new accessors to prevent raw r/w to inode's ctime. this patch moves that access to the new infrastructure

groverb commented 11 months ago

tested on 6.6.0-rc3 x86_64

jserv commented 11 months ago

Thank @groverb for contributing!