* path.c (path_conv::check): Avoid directly referencing fields of the dev
structure when it can be easily avoided.
This commit is contained in:
@@ -896,7 +896,7 @@ is_virtual_symlink:
|
||||
if (sym.error == ENOENT && !(opt & PC_KEEP_HANDLE))
|
||||
sym.error = EROFS;
|
||||
else
|
||||
dev.d.devn = FH_FS;
|
||||
dev = FH_FS;
|
||||
}
|
||||
|
||||
/* If symlink.check found an existing non-symlink file, then
|
||||
|
Reference in New Issue
Block a user