From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:37376 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752823AbdLGLcJ (ORCPT ); Thu, 7 Dec 2017 06:32:09 -0500 From: Jeff Layton To: akpm@linux-foundation.org Cc: lustre-devel@lists.lustre.org, anton@tuxera.com, andreas.dilger@intel.com, oleg.drokin@intel.com, jsimmons@infradead.org, mikulas@artax.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, linux-fsdevel@vger.kernel.org Subject: [RESEND][PATCH 0/3] fs: remove unnecessary i_version handling from various filesystems Date: Thu, 7 Dec 2017 06:32:03 -0500 Message-Id: <20171207113206.31544-1-jlayton@kernel.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Jeff Layton 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