Page MenuHomeFreeBSD

D40494.1786527242.diff
No OneTemporary

Size
500 B
Referenced Files
None
Subscribers
None

D40494.1786527242.diff

diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -81,6 +81,11 @@
#define NDVALIDATE(ndp)
#endif
+/*
+ * Prepare namei() to restart. Reset components to its original state and set
+ * ISRESTARTED flag which signals the underlying lookup code to change the root
+ * from ABI root to actual root and prevents a further restarts.
+ */
#define NDRESTART(ndp) do { \
NDREINIT_DBG(ndp); \
ndp->ni_resflags = 0; \

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 12, 9:34 AM (3 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29399018
Default Alt Text
D40494.1786527242.diff (500 B)

Event Timeline