Skip to content

Commit

Permalink
[FASTFAT] And now use the MS-open-sourced fastfat_new as our official…
Browse files Browse the repository at this point in the history
… FAT12/16/32 FS driver.
  • Loading branch information
HBelusca committed Sep 30, 2022
1 parent b9217c0 commit 23b7c7b
Show file tree
Hide file tree
Showing 46 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
/drivers/filesystems/btrfs/ @HeisSpiter
/drivers/filesystems/cdfs/ @HeisSpiter
/drivers/filesystems/ext2/ @HeisSpiter
/drivers/filesystems/fastfat_new/ @HeisSpiter
/drivers/filesystems/fastfat/ @HeisSpiter
/drivers/filesystems/nfs/ @HeisSpiter
/media/doc/README.FSD @HeisSpiter
/sdk/lib/fslib/btrfslib/ @HeisSpiter
Expand Down
2 changes: 1 addition & 1 deletion drivers/filesystems/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
add_subdirectory(btrfs)
add_subdirectory(cdfs)
add_subdirectory(ext2)
add_subdirectory(fastfat_new)
add_subdirectory(fastfat)
add_subdirectory(fs_rec)
add_subdirectory(msfs)
add_subdirectory(mup)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion media/doc/3rd Party Files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ License: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later.html)
URL: http://www.citi.umich.edu/projects/nfsv4/windows/readme.html

Title: Microsoft fastfat File System Driver
Path: drivers/filesystems/fastfat_new
Path: drivers/filesystems/fastfat
Used Version: git commit 16022c5
License: MS-PL (https://spdx.org/licenses/MS-PL.html)
URL: https://github.com/microsoft/Windows-driver-samples/tree/master/filesys/fastfat
Expand Down

0 comments on commit 23b7c7b

Please sign in to comment.