linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [UNIFIED PATCH] loop.c for 2.4.14
@ 2001-11-10 17:47 victor1 torres
  0 siblings, 0 replies; only message in thread
From: victor1 torres @ 2001-11-10 17:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: camel_3

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

[-- Attachment #2: 2.4.14.diff.txt --]
[-- Type: text/plain, Size: 445 bytes --]

diff -urN linux/drivers/block/loop.c~ linux/drivers/block/loop.c
--- linux/drivers/block/loop.c~	Mon Nov  5 07:29:16 2001
+++ linux/drivers/block/loop.c	Tue Nov  6 22:14:24 2001
@@ -207,7 +207,6 @@
		index++;
		pos += size;
		UnlockPage(page);
-		deactivate_page(page);
		page_cache_release(page);
	}
	return 0;
@@ -218,7 +217,6 @@
	kunmap(page);
unlock:
	UnlockPage(page);
-	deactivate_page(page);
	page_cache_release(page);
fail:
	return -1;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-10 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-10 17:47 [UNIFIED PATCH] loop.c for 2.4.14 victor1 torres

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).