Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1300384
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC] ->get_link(), ->put_link() and cookies |
| Date | 2016-01-03 21:30 +0100 |
| Message-ID | <qMXrQ-1KX-7@gated-at.bofh.it> (permalink) |
| References | <qM1xv-6DT-1@gated-at.bofh.it> <qMWYP-1kX-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Jan 03, 2016 at 11:53:21AM -0800, Linus Torvalds wrote: > On Thu, Dec 31, 2015 at 10:36 PM, Al Viro <viro@zeniv.linux.org.uk> wrote: > > In cases when we need to pin the symlink body in some manner, we > > need to undo whatever we'd done once the caller is done with the body. > > That went through several variants, the latest (in -next right now) being > > "have non-NULL ->put_link() and leave an argument for it in void *cookie, > > address of which is passed to ->get_link()". > > The series looks ok to me, even if I still am not a fan of the cookie. > I suspect the remaining users could easily embed the returned string > at the end of a structure, and get their data with container_of(). It > would complicate their unusual behavior for sure, but make the common > case much more understandable. > > Oh well. I won't insist - it may be too painful to be worth it. And > it's a fairly separate issue anyway. > > So no objections to this series. Just to make sure - that does include 13/13, presumably? IOW, ->put_link() is gone and the final calling conventions for ->get_link() are const char *(*get_link)(struct dentry *dentry, struct inode *inode, struct delayed_call *done); with dentry == NULL <=> call in RCU mode, ERR_PTR(-E...) returned on error and set_delayed_call(done, destructor, arg) done if destructor(arg) should be done once pathname resolution is through with the body returned by ->get_link(). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC] ->get_link(), ->put_link() and cookies Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:40 +0100
[PATCH 02/13] logfs: don't duplicate page_symlink_inode_operations Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:40 +0100
[PATCH 11/13] teach nfs_get_link() to work in RCU mode Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:40 +0100
[PATCH 03/13] udf: don't duplicate page_symlink_inode_operations Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:40 +0100
Re: [PATCH 03/13] udf: don't duplicate page_symlink_inode_operations Jan Kara <jack@suse.cz> - 2016-01-05 17:30 +0100
[PATCH 01/13] switch befs long symlinks to page_symlink_operations Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:40 +0100
[PATCH 09/13] teach shmem_get_link() to work in RCU mode Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:40 +0100
[PATCH 06/13] don't put symlink bodies in pagecache into highmem Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:40 +0100
[PATCH 12/13] kill free_page_put_link() Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:50 +0100
[PATCH 05/13] namei: page_getlink() and page_follow_link_light() are the same thing Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:50 +0100
[PATCH 10/13] teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU mode Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:50 +0100
[PATCH 08/13] teach page_get_link() to work in RCU mode Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:50 +0100
[PATCH 04/13] ufs: get rid of ->setattr() for symlinks Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-01 07:50 +0100
Re: [RFC] ->get_link(), ->put_link() and cookies Linus Torvalds <torvalds@linux-foundation.org> - 2016-01-03 21:00 +0100
Re: [RFC] ->get_link(), ->put_link() and cookies Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-03 21:30 +0100
Re: [RFC] ->get_link(), ->put_link() and cookies Linus Torvalds <torvalds@linux-foundation.org> - 2016-01-03 21:50 +0100
Re: [RFC] ->get_link(), ->put_link() and cookies Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-03 22:50 +0100
csiph-web