From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 18 Nov 2016 13:22:51 +0300 From: "Kirill A. Shutemov" To: Jan Kara Cc: linux-mm@kvack.org, Ross Zwisler , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-nvdimm@lists.01.org Subject: Re: [PATCH 02/20] mm: Use vmf->address instead of of vmf->virtual_address Message-ID: <20161118102251.GB9430@node> References: <1479460644-25076-1-git-send-email-jack@suse.cz> <1479460644-25076-3-git-send-email-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479460644-25076-3-git-send-email-jack@suse.cz> Sender: owner-linux-mm@kvack.org List-ID: On Fri, Nov 18, 2016 at 10:17:06AM +0100, Jan Kara wrote: > Every single user of vmf->virtual_address typed that entry to unsigned > long before doing anything with it so the type of virtual_address does > not really provide us any additional safety. Just use masked > vmf->address which already has the appropriate type. > > Signed-off-by: Jan Kara Acked-by: Kirill A. Shutemov -- Kirill A. Shutemov -- 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