--- - branch: MAIN date: Thu Jan 14 14:44:13 UTC 2010 files: - new: '1.142' old: '1.141' path: src/sys/fs/puffs/puffs_vnops.c pathrev: src/sys/fs/puffs/puffs_vnops.c@1.142 type: modified id: 20100114T144413Z.7f8f1ffd53118a0e22224981521f6f2c9e518def log: | Since VOP_GETATTR() does not require a locked vnode, resolve and reference the puffs_node before sending the request to the file server. This diminishes the window where the inode can be reclaimed and be invalidated before it is accessed (but does not completely eliminate the race, as that is a caller problem which we cannot fix here). module: src subject: 'CVS commit: src/sys/fs/puffs' unixtime: '1263480253' user: pooka