summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/shell.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-12-18 10:01:12 +0000
committerkib <kib@FreeBSD.org>2014-12-18 10:01:12 +0000
commit77c9d3f4e84458886633ec0fa2d06783735cd524 (patch)
treed6d1c37be8bcdc191674e99f86893f2fda397461 /usr.bin/make/shell.h
parentbefcdd660f271babed582714f57d94b131da4af5 (diff)
downloadFreeBSD-src-77c9d3f4e84458886633ec0fa2d06783735cd524.zip
FreeBSD-src-77c9d3f4e84458886633ec0fa2d06783735cd524.tar.gz
The VOP_LOOKUP() implementations for CREATE op do not put the name
into namecache, to avoid cache trashing when doing large operations. E.g., tar archive extraction is not usually followed by access to many of the files created. Right now, each VOP_LOOKUP() implementation explicitely knowns about this quirk and tests for both MAKEENTRY flag presence and op != CREATE to make the call to cache_enter(). Centralize the handling of the quirk into VFS, by deciding to cache only by MAKEENTRY flag in VOP. VFS now sets NOCACHE flag for CREATE namei() calls. Note that the change in semantic is backward-compatible and could be merged to the stable branch, and is compatible with non-changed third-party filesystems which correctly handle MAKEENTRY. Suggested by: Chris Torek <torek@pi-coral.com> Reviewed by: mckusick Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'usr.bin/make/shell.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud