OpenVZ Forum


Home » Mailing lists » Devel » [PATCH] FIX: whitespace damage in namespaces-incorporate-fs-namespace-into-nsproxy
[PATCH] FIX: whitespace damage in namespaces-incorporate-fs-namespace-into-nsproxy [message #16591] Wed, 06 September 2006 16:01
ebiederm is currently offline  ebiederm
Messages: 1354
Registered: February 2006
Senior Member
---
 fs/proc/base.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/proc/base.c b/fs/proc/base.c
index 45b70fd..4096518 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -545,7 +545,7 @@ static int mountstats_open(struct inode 
 
 		if (task) {
 			task_lock(task);
-	namespace = task->nsproxy->namespace;
+			namespace = task->nsproxy->namespace;
 			if (namespace)
 				get_namespace(namespace);
 			task_unlock(task);
-- 
1.4.2.rc3.g7e18e-dirty

_______________________________________________
Containers mailing list
Containers@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/containers
Previous Topic: [PATCH] fix for /dev/vzctl checking in /etc/init.d/vz
Next Topic: Re: pspace name
Goto Forum:
  


Current Time: Sat Jul 27 22:26:52 GMT 2024

Total time taken to generate the page: 0.02852 seconds