- remove warning, VServer 1.9.2 patch appears to be aware of this change
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 17 Sep 2004 18:03:39 +0000 (18:03 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 17 Sep 2004 18:03:39 +0000 (18:03 +0000)
  now

ipc/mqueue.c

index 6d2ae9b..c9ea777 100644 (file)
@@ -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++;