]> git.ipfire.org Git - thirdparty/kernel/stable.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:18:57 +0000 (11:18 +0200)
commitd729fbe6bf2445bd2a6f46a60ac9f40d4dd0d845
tree025dadf1a9d68ec1c3b70f1444dea6e14605b25b
parent58c9a9b500dc23bd52102b4b8849678400767d2d
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()

[ Upstream commit 310c097c2bdbea253d6ee4e064f3e65580ef93ac ]

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