All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: remove ext4_inline_data_fiemap() declaration
@ 2022-09-09  6:53 Gaosheng Cui
  2022-09-12  9:09 ` Ritesh Harjani (IBM)
  2022-09-30  3:19 ` Theodore Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: Gaosheng Cui @ 2022-09-09  6:53 UTC (permalink / raw)
  To: tytso, adilger.kernel, riteshh, cuigaosheng1; +Cc: linux-ext4, linux-kernel

ext4_inline_data_fiemap() has been removed since
commit d3b6f23f7167 ("ext4: move ext4_fiemap to use iomap framework"),
so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 fs/ext4/ext4.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 9bca5565547b..ad4950b987dd 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -3591,9 +3591,6 @@ extern bool empty_inline_dir(struct inode *dir, int *has_inline_data);
 extern struct buffer_head *ext4_get_first_inline_block(struct inode *inode,
 					struct ext4_dir_entry_2 **parent_de,
 					int *retval);
-extern int ext4_inline_data_fiemap(struct inode *inode,
-				   struct fiemap_extent_info *fieinfo,
-				   int *has_inline, __u64 start, __u64 len);
 extern void *ext4_read_inline_link(struct inode *inode);
 
 struct iomap;
-- 
2.25.1


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

* Re: [PATCH] ext4: remove ext4_inline_data_fiemap() declaration
  2022-09-09  6:53 [PATCH] ext4: remove ext4_inline_data_fiemap() declaration Gaosheng Cui
@ 2022-09-12  9:09 ` Ritesh Harjani (IBM)
  2022-09-30  3:19 ` Theodore Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Ritesh Harjani (IBM) @ 2022-09-12  9:09 UTC (permalink / raw)
  To: Gaosheng Cui; +Cc: tytso, adilger.kernel, riteshh, linux-ext4, linux-kernel

On 22/09/09 02:53PM, Gaosheng Cui wrote:
> ext4_inline_data_fiemap() has been removed since
> commit d3b6f23f7167 ("ext4: move ext4_fiemap to use iomap framework"),
> so remove it.

Yes, indeed. Thanks for spotting it.

> 
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
> ---
>  fs/ext4/ext4.h | 3 ---
>  1 file changed, 3 deletions(-)

Feel free to add 
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>

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

* Re: [PATCH] ext4: remove ext4_inline_data_fiemap() declaration
  2022-09-09  6:53 [PATCH] ext4: remove ext4_inline_data_fiemap() declaration Gaosheng Cui
  2022-09-12  9:09 ` Ritesh Harjani (IBM)
@ 2022-09-30  3:19 ` Theodore Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2022-09-30  3:19 UTC (permalink / raw)
  To: adilger.kernel, riteshh, cuigaosheng1
  Cc: Theodore Ts'o, linux-ext4, linux-kernel

On Fri, 9 Sep 2022 14:53:07 +0800, Gaosheng Cui wrote:
> ext4_inline_data_fiemap() has been removed since
> commit d3b6f23f7167 ("ext4: move ext4_fiemap to use iomap framework"),
> so remove it.
> 
> 

Applied, thanks!

[1/1] ext4: remove ext4_inline_data_fiemap() declaration
      commit: 3d17ba810cc18b611af8e39d35e8c3310a37f02a

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>

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

end of thread, other threads:[~2022-09-30  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09  6:53 [PATCH] ext4: remove ext4_inline_data_fiemap() declaration Gaosheng Cui
2022-09-12  9:09 ` Ritesh Harjani (IBM)
2022-09-30  3:19 ` Theodore Ts'o

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.