mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
Get rid of Ext2FS::modify_link_count() in favor of Inode accessors.
This commit is contained in:
parent
673870563d
commit
b0db0e5de0
4 changed files with 30 additions and 23 deletions
|
@ -88,6 +88,8 @@ public:
|
|||
int set_atime(Unix::time_t);
|
||||
int set_ctime(Unix::time_t);
|
||||
int set_mtime(Unix::time_t);
|
||||
int increment_link_count();
|
||||
int decrement_link_count();
|
||||
|
||||
virtual void flush_metadata() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue