[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHpGcMLkZ4m66e9+stpQbX9zaj73_oAO6kfcNo9dy5KDepJKJg@mail.gmail.com>
Date: Sun, 4 Oct 2015 15:10:54 +0200
From: Andreas Grünbacher <andreas.gruenbacher@...il.com>
To: Christoph Hellwig <hch@...radead.org>
Cc: Andreas Gruenbacher <agruenba@...hat.com>,
Alexander Viro <viro@...iv.linux.org.uk>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux FS-devel Mailing List <linux-fsdevel@...r.kernel.org>,
Phillip Lougher <phillip@...ashfs.org.uk>
Subject: Re: [PATCH v2 6/7] squashfs: xattr simplifications
2015-10-04 8:29 GMT+02:00 Christoph Hellwig <hch@...radead.org>:
> IS it just me or is this handler broke before and after this patch? It
> only copies out the prefix, but not the actual xattr name.
Well, squashfs appends the rest of the name in squashfs_listxattr, so
it's not broken, just different. I have tried cleaning that up by
converting the list operation into something like this instead:
bool (*may_list)(struct dentry *dentry);
The xattr name would always be copied into the buffer in
iop->listxattr. But security_inode_listsecurity which is called from
vfs_getxattr as well as nfs4_xattr_list_nfs4_label was getting in the
way, and it's unclear to me how to best clean that up first.
Thanks,
Andreas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists