Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 12 Jul 2002 16:37:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 12 Jul 2002 16:37:34 -0400 Received: from deimos.hpl.hp.com ([192.6.19.190]:42734 "EHLO deimos.hpl.hp.com") by vger.kernel.org with ESMTP id ; Fri, 12 Jul 2002 16:37:01 -0400 Date: Fri, 12 Jul 2002 13:39:49 -0700 From: David Mosberger Message-Id: <200207122039.g6CKdnV3004060@napali.hpl.hp.com> To: linux-kernel@vger.kernel.org Subject: MAP_NORESERVE with MAP_SHARED X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ Reply-to: davidm@hpl.hp.com Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 538 Lines: 12 Is there a good reason why the MAP_NORESERVE flag is ignored when MAP_SHARED is specified? (Hint: it's the call to vm_enough_memory() in shmem_file_setup() that's causing MAP_NORESERVE to be ignored.) --david -- Interested in learning more about IA-64 Linux? Try http://www.lia64.org/book/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/