[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46A0CD9C.2030503@googlemail.com>
Date: Fri, 20 Jul 2007 16:58:36 +0200
From: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
To: Michal Piotrowski <michal.k.k.piotrowski@...glemail.com>
CC: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Nick Piggin <npiggin@...e.de>,
"Michael A. Halcrow" <mahalcro@...ibm.com>
Subject: Re: [PATCH broken-out-2007-07-20-00-22] fs/ecryptfs/mmap.c remove
unused label
Michal Piotrowski pisze:
> Hi,
>
> Mismerge fallout
>
> fs/ecryptfs/mmap.c: In function 'ecryptfs_get_lower_page':
> fs/ecryptfs/mmap.c:585: warning: label 'retry' defined but not used
>
Sorry, wrong patch format, no Signed-off-by
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
--- linux-work3-clean/fs/ecryptfs/mmap.c 2007-07-20 16:53:48.000000000 +0200
+++ linux-work3/fs/ecryptfs/mmap.c 2007-07-20 16:39:30.000000000 +0200
@@ -582,7 +582,6 @@ int ecryptfs_get_lower_page(struct page
{
int rc = 0;
-retry:
*lower_page = grab_cache_page(lower_inode->i_mapping, lower_page_index);
if (!(*lower_page)) {
rc = -EINVAL;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists