]> wimlib.net Git - wimlib/commit
Set `struct fuse_operations' flags
authorEric Biggers <ebiggers3@gmail.com>
Tue, 13 Nov 2012 00:29:51 +0000 (18:29 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 13 Nov 2012 00:29:51 +0000 (18:29 -0600)
commit558fbdac286438e57df64cf9c72e372bc2f3149c
tree4bf0a1f85cf75dfab3631aac5b12e11e5a20dafc
parenta21ea64188245e4928879928eaf05e60b5065840
Set `struct fuse_operations' flags

Set some flags in `struct fuse_operations'.  Paths are not used by a number of
wimfs functions such as wimfs_read() and wimfs_write(), so flag_nopath can
specified.
src/mount.c