git: 85fb840ebf3c - main - msdosfs: drop now unused DE_RENAME

Konstantin Belousov kib at FreeBSD.org
Fri Aug 27 15:40:00 UTC 2021


The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=85fb840ebf3c213e45939188303bd5fe0aca4422

commit 85fb840ebf3c213e45939188303bd5fe0aca4422
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-08-07 20:21:27 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-08-27 15:39:45 +0000

    msdosfs: drop now unused DE_RENAME
    
    Submitted by:   trasz
    Reviewed by:    mckusick
    Tested by:      pho
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D31464
---
 sys/fs/msdosfs/denode.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h
index 67ffa522000a..c8e2dd09e697 100644
--- a/sys/fs/msdosfs/denode.h
+++ b/sys/fs/msdosfs/denode.h
@@ -173,7 +173,6 @@ struct denode {
 #define	DE_CREATE	0x0008	/* Creation time update */
 #define	DE_ACCESS	0x0010	/* Access time update */
 #define	DE_MODIFIED	0x0020	/* Denode has been modified */
-#define	DE_RENAME	0x0040	/* Denode is in the process of being renamed */
 
 /* Maximum size of a file on a FAT filesystem */
 #define MSDOSFS_FILESIZE_MAX	0xFFFFFFFFLL


More information about the dev-commits-src-all mailing list