]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/sem.h
ipc/sem.c: replace shared sem_otime with per-semaphore value
[karo-tx-linux.git] / include / linux / sem.h
index 55e17f68d256a116ce782505ac480f8ee5a7c05e..976ce3a19f1b23646c4494029929e538f5e0204b 100644 (file)
@@ -12,7 +12,6 @@ struct task_struct;
 struct sem_array {
        struct kern_ipc_perm    ____cacheline_aligned_in_smp
                                sem_perm;       /* permissions .. see ipc.h */
-       time_t                  sem_otime;      /* last semop time */
        time_t                  sem_ctime;      /* last change time */
        struct sem              *sem_base;      /* ptr to first semaphore in array */
        struct list_head        pending_alter;  /* pending operations */