From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755408AbbKRJaC (ORCPT ); Wed, 18 Nov 2015 04:30:02 -0500 Received: from mx2.suse.de ([195.135.220.15]:43839 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750808AbbKRJ35 (ORCPT ); Wed, 18 Nov 2015 04:29:57 -0500 From: Vlastimil Babka To: Andrew Morton , linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org, Jerome Marchand , Hugh Dickins , Michal Hocko , Peter Zijlstra , Oleg Nesterov , linux-api@vger.kernel.org, linux-doc@vger.kernel.org, Vlastimil Babka , Konstantin Khlebnikov , Michal Hocko Subject: [PATCH v5 1/6] mm, documentation: clarify /proc/pid/status VmSwap limitations for shmem Date: Wed, 18 Nov 2015 10:29:31 +0100 Message-Id: <1447838976-17607-2-git-send-email-vbabka@suse.cz> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1447838976-17607-1-git-send-email-vbabka@suse.cz> References: <1447838976-17607-1-git-send-email-vbabka@suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The documentation for /proc/pid/status does not mention that the value of VmSwap counts only swapped out anonymous private pages, and not swapped out pages of the underlying shmem objects (for shmem mappings). This is not obvious, so document this limitation. Signed-off-by: Vlastimil Babka Acked-by: Konstantin Khlebnikov Acked-by: Michal Hocko Acked-by: Jerome Marchand Acked-by: Hugh Dickins --- Documentation/filesystems/proc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index 402ab99..9f13b6e 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -238,7 +238,8 @@ Table 1-2: Contents of the status files (as of 4.1) VmLib size of shared library code VmPTE size of page table entries VmPMD size of second level page tables - VmSwap size of swap usage (the number of referred swapents) + VmSwap amount of swap used by anonymous private data + (shmem swap usage is not included) HugetlbPages size of hugetlb memory portions Threads number of threads SigQ number of signals queued/max. number for queue -- 2.6.3