mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled.
This commit is contained in:
@@ -121,7 +121,9 @@ static const struct rtc_ops_s g_rtc_ops =
|
||||
#ifdef CONFIG_RTC_IOCTL
|
||||
.ioctl = NULL,
|
||||
#endif
|
||||
#ifndef CONFIG_DISABLE_PSEUDOFS_OPERATIONS
|
||||
.destroy = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
/* STM32 RTC device state */
|
||||
|
||||
Reference in New Issue
Block a user