From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Miklos Szeredi To: Al Viro Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Amir Goldstein Subject: [PATCH 0/3] vfs: dedupe: cleanup API and implementation Date: Mon, 7 May 2018 10:21:05 +0200 Message-Id: <20180507082108.28186-1-mszeredi@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Hi Al, Please apply this is a small cleanup/fix series. It is also a prerequisite to the overlayfs file stacking patchset. Git tree is here: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git dedupe-cleanup Thanks, Miklos --- Miklos Szeredi (3): vfs: dedpue: return s64 vfs: dedupe: rationalize args vfs: dedupe: extract helper for a single dedup fs/btrfs/ctree.h | 4 +-- fs/btrfs/ioctl.c | 6 ++-- fs/ocfs2/file.c | 10 +++--- fs/read_write.c | 91 ++++++++++++++++++++++++++++++------------------------ fs/xfs/xfs_file.c | 8 ++--- include/linux/fs.h | 2 +- 6 files changed, 65 insertions(+), 56 deletions(-) -- 2.14.3