#include "fs.h" int fsInodeUnref(struct inode *inode) { (void)inode; return 0; }; int fsInodeRef(struct inode *inode) { (void)inode; return 0; };