public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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