diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 12:01:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 12:01:32 -0500 |
commit | 5b2f7ffcb734d3046144dfbd5ac6d76254a9e522 (patch) | |
tree | 8290f03bcd6af331d7a401282028acfeea37d1de /ipc | |
parent | 333c47c847c90aaefde8b593054d9344106333b5 (diff) | |
parent | b7c4a9f83f3c0f6f2a2750a389a9b758c3d9e9d2 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/bunk/trivial
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index a0f18c9cc89d..c8943b53d8e6 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * POSIX message queues filesystem for Linux. | 2 | * POSIX message queues filesystem for Linux. |
3 | * | 3 | * |
4 | * Copyright (C) 2003,2004 Krzysztof Benedyczak (golbi@mat.uni.torun.pl) | 4 | * Copyright (C) 2003,2004 Krzysztof Benedyczak (golbi@mat.uni.torun.pl) |
5 | * Michal Wronski (wrona@mat.uni.torun.pl) | 5 | * Michal Wronski (Michal.Wronski@motorola.com) |
6 | * | 6 | * |
7 | * Spinlocks: Mohamed Abbas (abbas.mohamed@intel.com) | 7 | * Spinlocks: Mohamed Abbas (abbas.mohamed@intel.com) |
8 | * Lockless receive & send, fd based notify: | 8 | * Lockless receive & send, fd based notify: |