Skip to content

Commit

Permalink
qemu: remove 9p O_NOATIME patch
Browse files Browse the repository at this point in the history
This is redundant with QEMU commit a5804fcf7b ("9pfs: local: ignore
O_NOATIME if we don't have permissions"), included in QEMU since
5.1.0, which will retry opens without O_NOATIME if they fail with it.
  • Loading branch information
alyssais committed Mar 14, 2022
1 parent 1a268c4 commit 2b2ac31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
49 changes: 0 additions & 49 deletions pkgs/applications/virtualization/qemu/9p-ignore-noatime.patch

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/applications/virtualization/qemu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ stdenv.mkDerivation rec {
# set was removed during the process of upstreaming this functionality, and
# will still be needed in nix until the macOS SDK reaches 10.13+.
./provide-fallback-for-utimensat.patch
# Still needed indefinitely
./9p-ignore-noatime.patch
]
++ lib.optional nixosTestRunner ./force-uid0-on-9p.patch;

Expand Down

0 comments on commit 2b2ac31

Please sign in to comment.