git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680d371
)
- remove warning, VServer 1.9.2 patch appears to be aware of this change
author
Mark Huang
<mlhuang@cs.princeton.edu>
Fri, 17 Sep 2004 18:03:39 +0000
(18:03 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Fri, 17 Sep 2004 18:03:39 +0000
(18:03 +0000)
now
ipc/mqueue.c
patch
|
blob
|
history
diff --git
a/ipc/mqueue.c
b/ipc/mqueue.c
index
6d2ae9b
..
c9ea777
100644
(file)
--- a/
ipc/mqueue.c
+++ b/
ipc/mqueue.c
@@
-160,7
+160,6
@@
static struct inode *mqueue_get_inode(struct super_block *sb, int mode,
goto out_inode;
}
/* all is ok */
-#warning MEF PLANETLAB: info->user = get_uid(u); is something new in Fedora Core.
info->user = get_uid(u);
} else if (S_ISDIR(mode)) {
inode->i_nlink++;