Page MenuHomeFreeBSD

D40494.id123130.diff
No OneTemporary

D40494.id123130.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
Sun, Feb 15, 8:57 AM (18 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28734658
Default Alt Text
D40494.id123130.diff (500 B)

Event Timeline