Commit 15054075 authored by Roland McGrath's avatar Roland McGrath Committed by Linus Torvalds

[PATCH] remove unused `locks' field from task_struct

This field is used nowhere; I had it commented out in my "make
allyesconfig" build and nothing complained.
parent 2ef21770
......@@ -419,7 +419,6 @@ struct task_struct {
char comm[16];
/* file system info */
int link_count, total_link_count;
unsigned int locks; /* How many file locks are being held */
/* ipc stuff */
struct sysv_sem sysvsem;
/* CPU-specific state of this task */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment