mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled.
This commit is contained in:
parent
d3196ca5c3
commit
2532e33de2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue