2011-12-02 21:25:29 +01:00
|
|
|
changeset: 24208:31fce41fc2b2
|
|
|
|
user: Olaf Hering <olaf@aepfle.de>
|
|
|
|
date: Sun Nov 20 17:01:15 2011 +0100
|
|
|
|
files: tools/xenpaging/file_ops.c tools/xenpaging/policy_default.c tools/xenpaging/xenpaging.c
|
|
|
|
description:
|
2011-11-03 23:59:30 +01:00
|
|
|
xenpaging: remove filename from comment
|
|
|
|
|
|
|
|
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
2011-12-02 21:25:29 +01:00
|
|
|
Committed-by: Ian Jackson <ian.jackson.citrix.com>
|
|
|
|
|
2011-11-03 23:59:30 +01:00
|
|
|
|
|
|
|
---
|
|
|
|
tools/xenpaging/file_ops.c | 1 -
|
|
|
|
tools/xenpaging/policy_default.c | 1 -
|
|
|
|
tools/xenpaging/xenpaging.c | 1 -
|
|
|
|
3 files changed, 3 deletions(-)
|
|
|
|
|
|
|
|
Index: xen-4.1.2-testing/tools/xenpaging/file_ops.c
|
|
|
|
===================================================================
|
|
|
|
--- xen-4.1.2-testing.orig/tools/xenpaging/file_ops.c
|
|
|
|
+++ xen-4.1.2-testing/tools/xenpaging/file_ops.c
|
|
|
|
@@ -1,5 +1,4 @@
|
|
|
|
/******************************************************************************
|
|
|
|
- * tools/xenpaging/file_ops.c
|
|
|
|
*
|
|
|
|
* Common file operations.
|
|
|
|
*
|
|
|
|
Index: xen-4.1.2-testing/tools/xenpaging/policy_default.c
|
|
|
|
===================================================================
|
|
|
|
--- xen-4.1.2-testing.orig/tools/xenpaging/policy_default.c
|
|
|
|
+++ xen-4.1.2-testing/tools/xenpaging/policy_default.c
|
|
|
|
@@ -1,5 +1,4 @@
|
|
|
|
/******************************************************************************
|
|
|
|
- * tools/xenpaging/policy.c
|
|
|
|
*
|
|
|
|
* Xen domain paging default policy.
|
|
|
|
*
|
|
|
|
Index: xen-4.1.2-testing/tools/xenpaging/xenpaging.c
|
|
|
|
===================================================================
|
|
|
|
--- xen-4.1.2-testing.orig/tools/xenpaging/xenpaging.c
|
|
|
|
+++ xen-4.1.2-testing/tools/xenpaging/xenpaging.c
|
|
|
|
@@ -1,5 +1,4 @@
|
|
|
|
/******************************************************************************
|
|
|
|
- * tools/xenpaging/xenpaging.c
|
|
|
|
*
|
|
|
|
* Domain paging.
|
|
|
|
* Copyright (c) 2009 by Citrix Systems, Inc. (Patrick Colp)
|