login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
24
Re: [PATCH] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Andrew Morton
Subject:
Re: [PATCH] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
Date: Wednesday, October 24, 2007 - 2:08 pm
On Wed, 24 Oct 2007 22:02:15 +0100 (BST) Hugh Dickins <hugh@veritas.com> wrote:
quoted text
> --- 2.6.24-rc1/mm/shmem.c 2007-10-24 07:16:04.000000000 +0100 > +++ linux/mm/shmem.c 2007-10-24 20:24:31.000000000 +0100 > @@ -915,6 +915,11 @@ static int shmem_writepage(struct page * > struct inode *inode; > > BUG_ON(!PageLocked(page)); > + if (!wbc->for_reclaim) { > + set_page_dirty(page); > + unlock_page(page); > + return 0; > + } > BUG_ON(page_mapped(page));
Needs a comment, methinks. -
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
, Erez Zadok
, (Sun Oct 7, 12:20 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Andrew Morton
, (Thu Oct 11, 2:47 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Ryan Finnie
, (Thu Oct 11, 3:12 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Thu Oct 11, 5:38 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Pekka Enberg
, (Fri Oct 12, 2:45 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Sun Oct 14, 1:44 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Pekka Enberg
, (Sun Oct 14, 10:09 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Sun Oct 14, 10:23 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Pekka J Enberg
, (Sun Oct 14, 10:50 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Sun Oct 14, 3:32 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Pekka Enberg
, (Mon Oct 15, 4:47 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Tue Oct 16, 11:02 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Mon Oct 22, 12:42 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Mon Oct 22, 1:01 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Mon Oct 22, 1:16 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Pekka Enberg
, (Mon Oct 22, 1:40 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Pekka Enberg
, (Mon Oct 22, 1:48 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Mon Oct 22, 2:04 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Mon Oct 22, 2:38 pm)
[PATCH] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, Hugh Dickins
, (Wed Oct 24, 2:02 pm)
Re: [PATCH] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, Andrew Morton
, (Wed Oct 24, 2:08 pm)
[PATCH+comment] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, Hugh Dickins
, (Wed Oct 24, 2:37 pm)
Re: [PATCH+comment] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, Pekka Enberg
, (Wed Oct 24, 10:37 pm)
Re: [PATCH+comment] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, Hugh Dickins
, (Wed Oct 24, 11:30 pm)
Re: [PATCH+comment] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, Pekka Enberg
, (Thu Oct 25, 12:24 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Thu Oct 25, 8:36 am)
Re: [PATCH+comment] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, Erez Zadok
, (Thu Oct 25, 9:01 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Thu Oct 25, 9:40 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Thu Oct 25, 9:44 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Thu Oct 25, 11:03 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Thu Oct 25, 11:23 am)
Re: [PATCH+comment] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
, H. Peter Anvin
, (Thu Oct 25, 1:51 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Pekka Enberg
, (Fri Oct 26, 1:05 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Sat Oct 27, 1:47 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Sun Oct 28, 1:23 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Mon Oct 29, 1:33 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Wed Oct 31, 4:53 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Mon Nov 5, 8:40 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Dave Hansen
, (Mon Nov 5, 9:38 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Mon Nov 5, 11:57 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Thu Nov 8, 7:47 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Thu Nov 8, 11:05 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Sun Nov 11, 10:41 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Mon Nov 12, 10:01 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Tue Nov 13, 3:18 am)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Hugh Dickins
, (Sat Nov 17, 2:24 pm)
Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to use ...
, Erez Zadok
, (Mon Nov 19, 6:30 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Dmitry Torokhov
Re: Clarifying platform_device_unregister
Theodore Tso
Re: [RFC] [PATCH 3/3] Recursive mtime for ext3
Kevin Cernekee
[PATCH 7/7] MIPS: Fix regression on BCM4710 processor detection
Eric W. Biederman
Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
Volker Sauer
Re: D-Link DFE-580TX and snmpd problems, who's maintainer of sundance.c ?
git
:
Jeff King
Re: [PATCH] git-name-rev: accept list of refs from user
Johan Herland
Re: Empty directories...
Brandon Casey
[PATCH v3] t7700: demonstrate mishandling of objects in packs with a .keep file
Steffen Prohaska
[PATCH] user-manual: mention git gui citool (commit, amend)
Krzysztof Halasa
Re: [PATCH] Change "refs/" references to symbolic constants
linux-netdev
:
Eric Dumazet
Re: tun: Use netif_receive_skb instead of netif_rx
Stephen Hemminger
Re: [PATCH] make TLLAO option for NA packets configurable
Eric Dumazet
[PATCH] net: fix rtable leak in net/ipv4/route.c
Ira Snyder
Re: [PATCH RFC v2] net: add PCINet driver
Stephen Hemminger
[PATCH] netfilter: use per-cpu recursive lock (v13)
git-commits-head
:
Linux Kernel Mailing List
nfsd race fixes: ext2
Linux Kernel Mailing List
m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support
Linux Kernel Mailing List
Remove the macro get_personality
Linux Kernel Mailing List
perf counters: add prctl interface to disable/enable counters
Linux Kernel Mailing List
Staging: rtl8192su: fix test for negative error in rtl8192_rx_isr()
openbsd-misc
:
Miod Vallat
Re: No Blob without Puffy
Henning Brauer
Re: Resilient RAID
Paul M
Re: WAY OT: Have you hugged your local OpenBSD dev lately?
Fred Crowson
Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds...
E.T
Processeur Atom ?
Colocation donated by:
Syndicate