]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/sem.h
ipc/sem.c: remove unused entries from struct sem_queue
[net-next-2.6.git] / include / linux / sem.h
index 6a1af1b49a13f8269e5ac89e46d462fe398594ef..87756ef1198ebcb2abdaaa753ab4486761601076 100644 (file)
@@ -107,8 +107,6 @@ struct sem_queue {
        struct sem_undo *       undo;    /* undo structure */
        int                     pid;     /* process id of requesting process */
        int                     status;  /* completion status of operation */
-       struct sem_array *      sma;     /* semaphore array for operations */
-       int                     id;      /* internal sem id */
        struct sembuf *         sops;    /* array of pending operations */
        int                     nsops;   /* number of operations */
        int                     alter;   /* does the operation alter the array? */