Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [perseant-exfatfs] src/sys/fs/exfatfs



Module Name:    src
Committed By:   perseant
Date:           Mon Sep  9 05:01:57 UTC 2024

Modified Files:
        src/sys/fs/exfatfs [perseant-exfatfs]: exfatfs_inode.h exfatfs_vnops.c

Log Message:
Add a flag XI_DELETED to mark a directory deleted so that it is no longer
accessible as "..", to pass t_vnops case dir_rmdirdotdot.

Use genfs_can_chmod to test permissions for chmod, rather than
genfs_can_chflags.

Don't allow files to be removed from a read-only filesystem.

Fix some integer width issues in debug printfs.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/fs/exfatfs/exfatfs_inode.h
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/fs/exfatfs/exfatfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index