Module Name: src Committed By: manu Date: Sat Aug 16 16:19:41 UTC 2014
Modified Files: src/sys/fs/puffs: puffs_msgif.h puffs_sys.h puffs_vnops.c Log Message: Add a oflags input field to open requests so that the filesystem can pass back information about the file. Implement PUFFS_OPEN_IO_DIRECT, which will force direct IO (bypassing page cache) for the file. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/fs/puffs/puffs_msgif.h cvs rdiff -u -r1.84 -r1.85 src/sys/fs/puffs/puffs_sys.h cvs rdiff -u -r1.182 -r1.183 src/sys/fs/puffs/puffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.