Make definition files optional, move revision numbers to corresponding .patch files.

This commit is contained in:
Sebastian Lackner
2014-11-15 10:33:43 +01:00
parent 723bc23e50
commit 7a419c031a
136 changed files with 80 additions and 454 deletions

View File

@@ -1,7 +1,7 @@
From d1fa972e77cab4a5529631371dff0c80a04a8ad5 Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Sat, 31 May 2014 21:02:04 +0200
Subject: ntdll: Use lockfree implementation for get_cached_fd.
Subject: ntdll: Use lockfree implementation for get_cached_fd. (try 4)
---
dlls/ntdll/server.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++----

View File

@@ -1,4 +1 @@
Author: Sebastian Lackner
Subject: Use lockfree implementation for get_cached_fd.
Revision: 4
Fixes: Lockfree algorithm for filedescriptor cache (improves file access speed)