Page MenuHomeFreeBSD

D40494.diff
No OneTemporary

D40494.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
Tue, Feb 11, 5:08 PM (14 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16598414
Default Alt Text
D40494.diff (500 B)

Event Timeline