Module Name: src Committed By: pooka Date: Wed Feb 2 15:58:09 UTC 2011
Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Allow etfs for CREATE lookups too. This takes care of O_CREAT calls to open(), which act just like lookups if the node exists (found from etfs). If the node doesn't exist in etfs, nothing changes from the previous situation. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/rump/librump/rumpvfs/rumpfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.