From: Mark Huang Date: Fri, 17 Sep 2004 18:03:39 +0000 (+0000) Subject: - remove warning, VServer 1.9.2 patch appears to be aware of this change X-Git-Tag: before-enable-kexec-patch~77 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=103f04e60d87fb4c498e0b90886d472d3334c625;p=linux-2.6.git - remove warning, VServer 1.9.2 patch appears to be aware of this change now --- diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 6d2ae9bce..c9ea777b1 100644 --- 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++;