Re: [PATCH v2 4/7] xattr handlers: Pass handler to operations instead of flags

From: Christoph Hellwig
Date: Sun Oct 04 2015 - 02:25:38 EST


On Tue, Sep 22, 2015 at 02:26:49PM +0200, Andreas Gruenbacher wrote:
> The xattr_handler operations are currently all passed a file system
> specific flags value which the operations can use to disambiguate between
> different handlers; some file systems use that to distinguish the xattr
> namespace, for example. In some oprations, it would be useful to also have
> access to the handler prefix. To allow that, pass a pointer to the handler
> to operations instead of the flags value alone.
>
> Signed-off-by: Andreas Gruenbacher <agruenba@xxxxxxxxxx>

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/