Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1708877ybz; Thu, 23 Apr 2020 04:21:18 -0700 (PDT) X-Google-Smtp-Source: APiQypJhs8e88OIdndK/rRzJHcw4d/stQncQ6EHkF03v/g8QbdapY+A3qZ/9LXm4i2WMMIVfSB3t X-Received: by 2002:a17:906:fcb7:: with SMTP id qw23mr2127564ejb.256.1587640878149; Thu, 23 Apr 2020 04:21:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587640878; cv=none; d=google.com; s=arc-20160816; b=NCJ8dRYcvN9DKt49blhrDfaU7xpV+Zk0iiLt6lEpRCwWz5lQ5CTr8rqOCog4GrSGVS /1IwrzHkQUzQpaOixR7dD21prG4pEfSgAxcNSIexvcOweFSwkV1haWT/m3jnBM3vyapQ RYo1VSxRzYRwy7PGZtVSUzSNvK4SNqR7znqKF8cZyvo2oLRam/C/mbowxnnZwdREEvhN AkTD71ytzT6sh0XrFU/NyqylycDPRCtV558Za4xvBBaBO7X400hvLOo/OmACWZWcYqnv W+SWBE8/gtp75Bpqf0xC1cqndjVTK5SlfAY5+7Foea6GzogiftTh1DPXft7fU0PodbWl GDlw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kFJ5I/J2wVNPHh3UGSMyZBF8jMXL3KQWN0aXNEytOMc=; b=SLk0AkRX5yj8kVeFzc3R9iXjtnaOzPWsSnfZN3dRxtqJDpRYESElNDBJSJ0J4bpPm0 JDgViBAfhKxCURXufDA0prWFFMW8PLZJqUJx50Zmrgh7OV0RLqviqi/uH/5/Z2VHzx/F kH+hEckj4hd95jIARLYOHZKlfBL1CAKGLQrBEugErkX4ZiyR6ioR1BmTTIAbU+Tdl6bS RK6OMHVQWYY5l5Mn4j1TRDqL9IygCNWWyJJ6lz/89XSywfROHKQ5zPFdSGpd1elT+k0D zD1eLyX8Ywn3ALFhOgVJ7HiEYKWK8Hqg6fT5u8yOrPtwsFAo3Dp3eeC3qeN32Mt5TI+T vANQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id op2si1046559ejb.395.2020.04.23.04.20.54; Thu, 23 Apr 2020 04:21:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728030AbgDWLS6 (ORCPT + 99 others); Thu, 23 Apr 2020 07:18:58 -0400 Received: from mx2.suse.de ([195.135.220.15]:54332 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727918AbgDWLS6 (ORCPT ); Thu, 23 Apr 2020 07:18:58 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 3CCEEB0BF; Thu, 23 Apr 2020 11:18:56 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id 151781E1293; Thu, 23 Apr 2020 13:18:56 +0200 (CEST) Date: Thu, 23 Apr 2020 13:18:56 +0200 From: Jan Kara To: Ritesh Harjani Cc: linux-ext4@vger.kernel.org, jack@suse.cz, tytso@mit.edu, adilger@dilger.ca, darrick.wong@oracle.com, hch@infradead.org, Alexander Viro , Dan Carpenter , "Aneesh Kumar K . V" , Murphy Zhou , Miklos Szeredi , Amir Goldstein , linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: Re: [PATCH 3/5] vfs: EXPORT_SYMBOL for fiemap_check_ranges() Message-ID: <20200423111856.GJ3737@quack2.suse.cz> References: <58eee51755bb15c312c9d5935655a89466bd34ca.1587555962.git.riteshh@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58eee51755bb15c312c9d5935655a89466bd34ca.1587555962.git.riteshh@linux.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu 23-04-20 16:17:55, Ritesh Harjani wrote: > 1. fiemap_check_ranges() is needed by ovl_fiemap() to check for ranges > before calling underlying inode's ->fiemap() call. > 2. With this change even ext4 can use generic fiemap_check_ranges() instead of > having a duplicate copy of it. > > So make this EXPORT_SYMBOL for use by overlayfs. > > Signed-off-by: Ritesh Harjani Looks good to me. You can add: Reviewed-by: Jan Kara Honza > --- > fs/ioctl.c | 5 +++-- > include/linux/fs.h | 2 ++ > 2 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/fs/ioctl.c b/fs/ioctl.c > index 282d45be6f45..f1d93263186c 100644 > --- a/fs/ioctl.c > +++ b/fs/ioctl.c > @@ -166,8 +166,8 @@ int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags) > } > EXPORT_SYMBOL(fiemap_check_flags); > > -static int fiemap_check_ranges(struct super_block *sb, > - u64 start, u64 len, u64 *new_len) > +int fiemap_check_ranges(struct super_block *sb, u64 start, u64 len, > + u64 *new_len) > { > u64 maxbytes = (u64) sb->s_maxbytes; > > @@ -187,6 +187,7 @@ static int fiemap_check_ranges(struct super_block *sb, > > return 0; > } > +EXPORT_SYMBOL(fiemap_check_ranges); > > static int ioctl_fiemap(struct file *filp, struct fiemap __user *ufiemap) > { > diff --git a/include/linux/fs.h b/include/linux/fs.h > index 4f6f59b4f22a..1ea70fe07618 100644 > --- a/include/linux/fs.h > +++ b/include/linux/fs.h > @@ -1759,6 +1759,8 @@ int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical, > u64 phys, u64 len, u32 flags); > int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags); > > +int fiemap_check_ranges(struct super_block *sb, u64 start, u64 len, > + u64 *new_len); > /* > * This is the "filldir" function type, used by readdir() to let > * the kernel specify what kind of dirent layout it wants to have. > -- > 2.21.0 > -- Jan Kara SUSE Labs, CR