From: Naoya Horiguchi Date: Tue, 12 Nov 2013 23:07:49 +0000 (-0800) Subject: /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line X-Git-Tag: v3.13-rc1~106^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8e41aec13005fed0dbee002fb8c99b4e001d50;p=pandora-kernel.git /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line This flag shows that the VMA is "newly created" and thus represents "dirty" in the task's VM. You can clear it by "echo 4 > /proc/pid/clear_refs." Signed-off-by: Naoya Horiguchi Cc: Wu Fengguang Cc: Pavel Emelyanov Acked-by: Cyrill Gorcunov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed