]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
authorRitesh Harjani <riteshh@linux.ibm.com>
Thu, 3 Jun 2021 02:03:02 +0000 (07:33 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 24 Jun 2021 14:09:39 +0000 (10:09 -0400)
commitbe0c1fdc00b16211e7774e26bfe2f6a8fe9f224a
tree819e5684ee215fe365475febcac66b1ac8ea24da
parent8d00fb1d46af0e2678005442fb3d7200b0491488
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()

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>
fs/ext4/inline.c
fs/ext4/xattr.c
fs/ext4/xattr.h