mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + nilfs2-remove-inode-i_version-initialization.patch added to -mm tree
@ 2017-11-07 20:12 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-11-07 20:12 UTC (permalink / raw)
  To: jlayton, konishi.ryusuke, mm-commits


The patch titled
     Subject: nilfs2: remove inode->i_version initialization
has been added to the -mm tree.  Its filename is
     nilfs2-remove-inode-i_version-initialization.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/nilfs2-remove-inode-i_version-initialization.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/nilfs2-remove-inode-i_version-initialization.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Jeff Layton <jlayton@redhat.com>
Subject: nilfs2: remove inode->i_version initialization

It's never used in nilfs2.

Link: http://lkml.kernel.org/r/1510064486-1728-2-git-send-email-konishi.ryusuke@lab.ntt.co.jp
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/nilfs2/super.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN fs/nilfs2/super.c~nilfs2-remove-inode-i_version-initialization fs/nilfs2/super.c
--- a/fs/nilfs2/super.c~nilfs2-remove-inode-i_version-initialization
+++ a/fs/nilfs2/super.c
@@ -160,7 +160,6 @@ struct inode *nilfs_alloc_inode(struct s
 	ii->i_bh = NULL;
 	ii->i_state = 0;
 	ii->i_cno = 0;
-	ii->vfs_inode.i_version = 1;
 	nilfs_mapping_init(&ii->i_btnode_cache, &ii->vfs_inode);
 	return &ii->vfs_inode;
 }
_

Patches currently in -mm which might be from jlayton@redhat.com are

nilfs2-remove-inode-i_version-initialization.patch


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

only message in thread, other threads:[~2017-11-07 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 20:12 + nilfs2-remove-inode-i_version-initialization.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).