commit | 6966f842c044bc602ecc06712ee5891328fde10e | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Sep 29 17:48:31 2016 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 06 22:17:38 2016 -0400 |
tree | 2bab55f9d22c9139f030d87389fd0f076cbdbfb2 | |
parent | 5d18cbf16cfb0ad65368fe2ead19237305f4b822 [diff] |
jffs2: Remove jffs2_{get,set,remove}xattr macros When CONFIG_JFFS2_FS_XATTR is off, jffs2_xattr_handlers is defined as NULL. With sb->s_xattr == NULL, the generic_{get,set,remove}xattr functions produce the same result as setting the {get,set,remove}xattr inode operations to NULL, so there is no need for these macros. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>