All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] dax-dirty-inode-only-if-required.patch removed from -mm tree
@ 2016-02-10 19:36 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-02-10 19:36 UTC (permalink / raw)
  To: dmonakhov, jack, matthew.r.wilcox, ross.zwisler, mm-commits


The patch titled
     Subject: dax: dirty inode only if required
has been removed from the -mm tree.  Its filename was
     dax-dirty-inode-only-if-required.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Dmitry Monakhov <dmonakhov@openvz.org>
Subject: dax: dirty inode only if required

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/dax.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN fs/dax.c~dax-dirty-inode-only-if-required fs/dax.c
--- a/fs/dax.c~dax-dirty-inode-only-if-required
+++ a/fs/dax.c
@@ -358,7 +358,8 @@ static int dax_radix_entry(struct addres
 	void *entry;
 
 	WARN_ON_ONCE(pmd_entry && !dirty);
-	__mark_inode_dirty(mapping->host, I_DIRTY_PAGES);
+	if (dirty)
+		__mark_inode_dirty(mapping->host, I_DIRTY_PAGES);
 
 	spin_lock_irq(&mapping->tree_lock);
 
_

Patches currently in -mm which might be from dmonakhov@openvz.org are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-10 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 19:36 [merged] dax-dirty-inode-only-if-required.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.