All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND][PATCH 0/3] fs: remove unnecessary i_version handling from various filesystems
@ 2017-12-07 11:32 Jeff Layton
  2017-12-07 11:32 ` [RESEND][PATCH 1/3] lustre: don't set f_version in ll_readdir Jeff Layton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeff Layton @ 2017-12-07 11:32 UTC (permalink / raw)
  To: akpm
  Cc: lustre-devel, anton, andreas.dilger, oleg.drokin, jsimmons,
	mikulas, linux-kernel, linux-ntfs-dev, linux-fsdevel

From: Jeff Layton <jlayton@redhat.com>

Hi Andrew,

I sent these patches to the various fs maintainers prior to the last
merge window, but they didn't get picked up. This is mainly removing
i_version/f_version handling from filesystems that don't implement it
properly, and that don't use it anyway.

This is almost certainly the result of cargo-cult copying from other
filesystems.

Would you be willing to merge these for the v4.16 window?

Thanks,
Jeff

Jeff Layton (3):
  lustre: don't set f_version in ll_readdir
  ntfs: remove i_version handling
  hpfs: don't bother with the i_version counter or f_version

 drivers/staging/lustre/lustre/llite/dir.c | 3 ---
 fs/hpfs/dir.c                             | 1 -
 fs/hpfs/dnode.c                           | 2 --
 fs/hpfs/super.c                           | 1 -
 fs/ntfs/inode.c                           | 9 ---------
 fs/ntfs/mft.c                             | 6 ------
 6 files changed, 22 deletions(-)

-- 
2.14.3

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 11:32 [RESEND][PATCH 0/3] fs: remove unnecessary i_version handling from various filesystems Jeff Layton
2017-12-07 11:32 ` [RESEND][PATCH 1/3] lustre: don't set f_version in ll_readdir Jeff Layton
2017-12-07 11:32 ` [RESEND][PATCH 2/3] ntfs: remove i_version handling Jeff Layton
2017-12-07 11:32 ` [RESEND][PATCH 3/3] hpfs: don't bother with the i_version counter or f_version Jeff Layton
2017-12-07 11:40 ` [RESEND][PATCH 0/3] fs: remove unnecessary i_version handling from various filesystems Anton Altaparmakov

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.