Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 01:09:04 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 69ab01b6d91b - stable/13 - msdosfs: drop now unused DE_RENAME
Message-ID:  <202109030109.183194IX004826@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=69ab01b6d91bcaf9030e9b75403c6624f62030d8

commit 69ab01b6d91bcaf9030e9b75403c6624f62030d8
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-08-07 20:21:27 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-09-03 01:08:36 +0000

    msdosfs: drop now unused DE_RENAME
    
    (cherry picked from commit 85fb840ebf3c213e45939188303bd5fe0aca4422)
---
 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 03e3fa8577ad..93712e44c520 100644
--- a/sys/fs/msdosfs/denode.h
+++ b/sys/fs/msdosfs/denode.h
@@ -172,7 +172,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109030109.183194IX004826>