* [PATCH broken-out-2007-07-20-00-22] fs/ecryptfs/mmap.c remove unused label
@ 2007-07-20 14:47 Michal Piotrowski
2007-07-20 14:58 ` Michal Piotrowski
0 siblings, 1 reply; 2+ messages in thread
From: Michal Piotrowski @ 2007-07-20 14:47 UTC (permalink / raw)
To: Andrew Morton, LKML, Nick Piggin, Michael A. Halcrow
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
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
--- fs/ecryptfs/mmap.c2 2007-07-20 16:39:13.000000000 +0200
+++ 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;
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH broken-out-2007-07-20-00-22] fs/ecryptfs/mmap.c remove unused label
2007-07-20 14:47 [PATCH broken-out-2007-07-20-00-22] fs/ecryptfs/mmap.c remove unused label Michal Piotrowski
@ 2007-07-20 14:58 ` Michal Piotrowski
0 siblings, 0 replies; 2+ messages in thread
From: Michal Piotrowski @ 2007-07-20 14:58 UTC (permalink / raw)
To: Michal Piotrowski; +Cc: Andrew Morton, LKML, Nick Piggin, Michael A. Halcrow
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@gmail.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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-20 15:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 14:47 [PATCH broken-out-2007-07-20-00-22] fs/ecryptfs/mmap.c remove unused label Michal Piotrowski
2007-07-20 14:58 ` Michal Piotrowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox