[kernel] r11598 - dists/sid/linux-2.6/debian/patches/features/all/vserver
Bastian Blank
waldi at alioth.debian.org
Tue Jun 10 12:45:46 UTC 2008
Author: waldi
Date: Tue Jun 10 12:45:42 2008
New Revision: 11598
Log:
debian/patches/features/all/vserver/vs2.3.0.34.11.patch:
Remove unused hunks.
Modified:
dists/sid/linux-2.6/debian/patches/features/all/vserver/vs2.3.0.34.11.patch
Modified: dists/sid/linux-2.6/debian/patches/features/all/vserver/vs2.3.0.34.11.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/features/all/vserver/vs2.3.0.34.11.patch (original)
+++ dists/sid/linux-2.6/debian/patches/features/all/vserver/vs2.3.0.34.11.patch Tue Jun 10 12:45:42 2008
@@ -7290,35 +7290,6 @@
seq_printf(m,
"State:\t%s\n"
"Tgid:\t%d\n"
-@@ -280,23 +290,23 @@ static inline void task_sig(struct seq_f
- }
-
- static void render_cap_t(struct seq_file *m, const char *header,
-- kernel_cap_t *a)
-+ struct vx_info *vxi, kernel_cap_t *a)
- {
- unsigned __capi;
-
- seq_printf(m, "%s", header);
- CAP_FOR_EACH_U32(__capi) {
- seq_printf(m, "%08x",
-- a->cap[(_LINUX_CAPABILITY_U32S-1) - __capi]);
-+ a->cap[(_LINUX_CAPABILITY_U32S-1) - __capi]);
- }
- seq_printf(m, "\n");
- }
-
- static inline void task_cap(struct seq_file *m, struct task_struct *p)
- {
-- render_cap_t(m, "CapInh:\t", &p->cap_inheritable);
-- render_cap_t(m, "CapPrm:\t", &p->cap_permitted);
-- render_cap_t(m, "CapEff:\t", &p->cap_effective);
-+ render_cap_t(m, "CapInh:\t", p->vx_info, &p->cap_inheritable);
-+ render_cap_t(m, "CapPrm:\t", p->vx_info, &p->cap_permitted);
-+ render_cap_t(m, "CapEff:\t", p->vx_info, &p->cap_effective);
- }
-
- static inline void task_context_switch_counts(struct seq_file *m,
@@ -308,6 +318,45 @@ static inline void task_context_switch_c
p->nivcsw);
}
More information about the Kernel-svn-changes
mailing list