abbbi / nullfsvfs

a virtual black hole file system that behaves like /dev/null
GNU General Public License v3.0
290 stars 12 forks source link

recent addition for uid/gid breaks backwards compatibility #5

Closed ricksustek closed 4 years ago

ricksustek commented 4 years ago

On the master branch, the change to nullfs.c to allow for specifying a specific uid or gid in the mount options, breaks things a bit! The code will now default to using root uid/gid when new inodes are created. Previous code allowed for the uid/gid fields of the new inode to be that of the user creating the file. Seems like some conditional code is needed to restore beauty.

abbbi commented 4 years ago

Should be fixed.