Skip to content

Commit

Permalink
msdosfs: drop now unused DE_RENAME
Browse files Browse the repository at this point in the history
(cherry picked from commit 85fb840)
  • Loading branch information
kostikbel committed Sep 3, 2021
1 parent af09624 commit 69ab01b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/fs/msdosfs/denode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69ab01b

Please sign in to comment.