ubifs: Remove unused security xattr handler
authorAndreas Gruenbacher <[email protected]>
Sun, 4 Oct 2015 17:18:48 +0000 (19:18 +0200)
committerAl Viro <[email protected]>
Sat, 14 Nov 2015 01:34:29 +0000 (20:34 -0500)
commit13d3408f100186d2755d9ac1ad8b5de9e1975a92
treee739b3f4f11317be0db0caff45eaa64f6bdde6d3
parentdae5f57a72a6c913926cf3569edb0556a409a3df
ubifs: Remove unused security xattr handler

Ubifs installs a security xattr handler in sb->s_xattr but doesn't use the
generic_{get,set,list,remove}xattr inode operations needed for processing
this list of attribute handlers; the handler is never called.  Instead,
ubifs uses its own xattr handlers which also process security xattrs.

Remove the dead code.

Signed-off-by: Andreas Gruenbacher <[email protected]>
Reviewed-by: Richard Weinberger <[email protected]>
Cc: Artem Bityutskiy <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: [email protected]
Cc: Subodh Nijsure <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/ubifs/super.c
fs/ubifs/ubifs.h
fs/ubifs/xattr.c