linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* migratepage failures on reiserfs
@ 2007-10-30 18:27 Badari Pulavarty
  2007-10-30 17:54 ` Chris Mason
  0 siblings, 1 reply; 17+ messages in thread
From: Badari Pulavarty @ 2007-10-30 18:27 UTC (permalink / raw)
  To: reiserfs-devel; +Cc: linux-mm, linux-fsdevel

Hi,

While testing hotplug memory remove, I ran into this issue. Given a
range of pages hotplug memory remove tries to migrate those pages.

migrate_pages() keeps failing to migrate pages containing pagecache
pages for reiserfs files. I noticed that reiserfs doesn't have 
->migratepage() ops. So, fallback_migrate_page() code tries to
do try_to_release_page(). try_to_release_page() fails to drop_buffers()
since b_count == 1. Here is what my debug shows:

	migrate pages failed pfn 258111/flags 3f00000000801
	bh c00000000b53f6e0 flags 110029 count 1
	
Any one know why the b_count == 1 and not getting dropped to zero ? 

Thanks,
Badari 

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-11-07 15:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 18:27 migratepage failures on reiserfs Badari Pulavarty
2007-10-30 17:54 ` Chris Mason
2007-10-30 21:54   ` Badari Pulavarty
2007-10-30 22:58     ` Chris Mason
2007-10-30 23:08       ` Badari
2007-10-31  0:05         ` Zan Lynx
2007-10-31 16:14       ` Badari Pulavarty
2007-10-31 17:40         ` Chris Mason
2007-11-01 16:38           ` Badari Pulavarty
2007-11-01 15:51             ` Chris Mason
2007-11-01 18:10               ` Badari Pulavarty
2007-11-02 16:46                 ` Badari Pulavarty
2007-11-05 10:23                 ` Mel Gorman
2007-11-05 13:40                   ` Chris Mason
2007-11-05 22:46                   ` Christoph Lameter
2007-11-07 14:56                     ` Mel Gorman
2007-11-07 15:58                       ` Badari Pulavarty

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).