From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [RFC][PATCH 2/3] swsusp: Do not use page flags Date: Tue, 13 Mar 2007 22:20:34 +0100 References: <200703131117.43818.rjw@sisk.pl> <45F67D9A.8020202@yahoo.com.au> In-Reply-To: <45F67D9A.8020202@yahoo.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703132220.35534.rjw@sisk.pl> Sender: owner-linux-mm@kvack.org Return-Path: To: Nick Piggin Cc: Pavel Machek , Christoph Lameter , linux-mm@kvack.org, pm list , Johannes Berg , Peter Zijlstra List-ID: On Tuesday, 13 March 2007 11:31, Nick Piggin wrote: > Rafael J. Wysocki wrote: > > On Tuesday, 13 March 2007 10:23, Nick Piggin wrote: > > > > >>I wouldn't say that. You're creating an interface here that is going to be > >>used outside swsusp. Users of that interface may not need locking now, but > >>that could cause problems down the line. > > > > > > I think we can add the locking when it's necessary. For now, IMHO, it could be > > confusing to someone who doesn't know the locking is not needed. > > I don't know why it would confuse them. We just define the API to > guarantee the correct locking, and that means the locking _is_ needed. Even if there are no users that actually need the locking and probably never will be? For now, register_nosave_region() is to be called by architecture initialization code _only_ and there's no reason whatsoever why any architecture would need to call it concurrently from many places. > You don't have to care what the callers are doing. That's the beauty > of a sane API. Well, I don't think adding unneded infrastructure is a good thing. > >>Sure you don't _need_ an rbtree, but our implementation makes it so simple > >>that there isn't much downside. > > > > > > Not much, but the code is more complicated. > > But it's in its own file and has a contained API, so it is very easy > to review, test and verify. I'm still thinking that register_nosave_region() in its current form is simpler and easier to review than the code using rbtrees. Still, of course this only is my personal opinion. :-) > >>>mark_nosave_pages() refers to a function that's invisible outside snapshot.c > >>>and I didn't think it was a good idea to separate mark_nosave_pages() > >>>from register_nosave_region(). > >> > >>But that's because you even use mark_nosave_pages in your implementation. > >>Mine uses the nosave regions directly. > > > > > > Well, I think we need two bits per page anyway, to mark free pages and > > pages allocated by swsusp, so using the nosave regions directly won't save us > > much. > > Well I think it is a cleaner though. This is a matter of opinion, too ... Greetings, Rafael -- 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: email@kvack.org