Displaying 3 results from an estimated 3 matches for "put_link".
2009 Apr 06
0
[PATCH] ocfs2: Use nd_set_link().
...log_errno(status);
+ goto bail;
+ }
+
+ memcpy(link, target, len);
+ nd_set_link(nd, link);
bail:
- if (page) {
- kunmap(page);
- page_cache_release(page);
- }
brelse(bh);
- return ERR_PTR(status);
+ mlog_exit(status);
+ return status ? ERR_PTR(status) : link;
+}
+
+static void ocfs2_fast_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
+{
+ char *link = cookie;
+
+ kfree(link);
}
const struct inode_operations ocfs2_symlink_inode_operations = {
.readlink = page_readlink,
- .follow_link = ocfs2_follow_link,
+ .follow_link = page_follow_link_light,
+ .put_link = page_p...
2009 Jun 18
8
Patches backported from mainline
All,
Please review the patches backported to 1.4 from mainline.
Sunil
2008 Mar 07
0
Wine release 0.9.57
...EGERs.
ole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
Jacek Caban (32):
shdocvw: Added get_LocationURL implementation.
shdocvw: Silence more invalid QueryInterface FIXMEs.
shdocvw: Added WebBrowser::TheaterMode implementation.
mshtml: Added IHTMLBodyElement::put_link implementation.
mshtml: Added IHTMLBodyElement::get_link implementation.
mshtml: Added IHTMLBodyElement::vLink implementation.
mshtml: Added IHTMLBodyElement::aLink implementation.
urlmon.idl: Added IInternet declaration.
wininet: Fixed version returned by INTERNET_OPT...