diff options
author | Hugh Dickins <[email protected]> | 2017-02-07 11:11:16 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-02-07 12:08:32 -0800 |
commit | b6789123bccba8b5feb9901ed2e8c3c39181979d (patch) | |
tree | 91243683ee007ed611fa01a3cbb89fc814fcb3db /net/ipv6/tcp_ipv6.c | |
parent | a524c218bc94c705886a0e0fedeee45d1931da32 (diff) |
mm: fix KPF_SWAPCACHE in /proc/kpageflags
Commit 6326fec1122c ("mm: Use owner_priv bit for PageSwapCache, valid
when PageSwapBacked") aliased PG_swapcache to PG_owner_priv_1 (and
depending on PageSwapBacked being true).
As a result, the KPF_SWAPCACHE bit in '/proc/kpageflags' should now be
synthesized, instead of being shown on unrelated pages which just happen
to have PG_owner_priv_1 set.
Signed-off-by: Hugh Dickins <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Wu Fengguang <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions