All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] nilfs2 additional change
@ 2017-11-07 14:21 ` Ryusuke Konishi
  0 siblings, 0 replies; 4+ messages in thread
From: Ryusuke Konishi @ 2017-11-07 14:21 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, linux-nilfs, Ryusuke Konishi

Hi Andrew,

Please add the following change to the queue of next merge window:

Jeff Layton (1):
      nilfs2: remove inode->i_version initialization

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/1] nilfs2 additional change
@ 2017-11-07 14:21 ` Ryusuke Konishi
  0 siblings, 0 replies; 4+ messages in thread
From: Ryusuke Konishi @ 2017-11-07 14:21 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, linux-nilfs, Ryusuke Konishi

Hi Andrew,

Please add the following change to the queue of next merge window:

Jeff Layton (1):
      nilfs2: remove inode->i_version initialization

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

--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] nilfs2: remove inode->i_version initialization
@ 2017-11-07 14:21   ` Ryusuke Konishi
  0 siblings, 0 replies; 4+ messages in thread
From: Ryusuke Konishi @ 2017-11-07 14:21 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, linux-nilfs, Ryusuke Konishi, Jeff Layton

From: Jeff Layton <jlayton@redhat.com>

It's never used in nilfs2.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
---
 fs/nilfs2/super.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index 4fc018d..3ce20cd 100644
--- a/fs/nilfs2/super.c
+++ b/fs/nilfs2/super.c
@@ -160,7 +160,6 @@ struct inode *nilfs_alloc_inode(struct super_block *sb)
 	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;
 }
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 1/1] nilfs2: remove inode->i_version initialization
@ 2017-11-07 14:21   ` Ryusuke Konishi
  0 siblings, 0 replies; 4+ messages in thread
From: Ryusuke Konishi @ 2017-11-07 14:21 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, linux-nilfs, Ryusuke Konishi, Jeff Layton

From: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

It's never used in nilfs2.

Signed-off-by: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org>
---
 fs/nilfs2/super.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index 4fc018d..3ce20cd 100644
--- a/fs/nilfs2/super.c
+++ b/fs/nilfs2/super.c
@@ -160,7 +160,6 @@ struct inode *nilfs_alloc_inode(struct super_block *sb)
 	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;
 }
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-07 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 14:21 [PATCH 0/1] nilfs2 additional change Ryusuke Konishi
2017-11-07 14:21 ` Ryusuke Konishi
2017-11-07 14:21 ` [PATCH 1/1] nilfs2: remove inode->i_version initialization Ryusuke Konishi
2017-11-07 14:21   ` Ryusuke Konishi

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.