fs: Move inotify.c from fs/notify/ to fs/vfs/

and merge fs/notify/notify.h into fs/vfs/vfs.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2025-06-22 15:19:47 +08:00
committed by Alan C. Assis
parent 1ea0ae8073
commit c9dc89142c
44 changed files with 79 additions and 200 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#include <nuttx/fs/fs.h>
#include "inode/inode.h"
#include "notify/notify.h"
#include "vfs/vfs.h"
/****************************************************************************
* Public Functions