]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
authorRitesh Harjani <riteshh@linux.ibm.com>
Wed, 19 Apr 2023 06:46:09 +0000 (06:46 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Apr 2023 09:24:05 +0000 (11:24 +0200)
commit1d1acd852b7b132c09692265664475d7a036ab94
tree324c7cc001e9d2984fb89be61120c2db55c191c3
parent8644dd65800044fb257fc82572ff61274d13aedb
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()

[ Upstream commit e90bc6e17ee9f67d81381b611c76a0f81c86ae79 ]

ext4_xattr_ibody_inline_set() & ext4_xattr_ibody_set() have the exact
same definition.  Hence remove ext4_xattr_ibody_inline_set() and all
its call references. Convert the callers of it to call
ext4_xattr_ibody_set() instead.

[ Modified to preserve ext4_xattr_ibody_set() and remove
  ext4_xattr_ibody_inline_set() instead. -- TYT ]

Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/fd566b799bbbbe9b668eb5eecde5b5e319e3694f.1622685482.git.riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/inline.c
fs/ext4/xattr.c
fs/ext4/xattr.h