[PATCH] ubifs: Remove unused "security.*" xattr handler

Richard Weinberger richard at nod.at
Thu Aug 20 02:40:43 PDT 2015


Am 20.08.2015 um 11:31 schrieb Andreas Gruenbacher:
> 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 <agruenba at redhat.com>
> Cc: Subodh Nijsure <snijsure at grid-net.com>
> ---
>  fs/ubifs/super.c |  1 -
>  fs/ubifs/ubifs.h |  1 -
>  fs/ubifs/xattr.c | 40 ----------------------------------------
>  3 files changed, 42 deletions(-)

I sent already a patch for that:
http://lists.infradead.org/pipermail/linux-mtd/2015-August/061242.html

Thanks,
//richard



More information about the linux-mtd mailing list