Al Viro 90e4fc8890 9p: don't bother with __getname() in ->follow_link()
We copy there a kmalloc'ed string and proceed to kfree that string immediately
after that.  Easier to just feed that string to nd_set_link() and _not_
kfree it until ->put_link() (which becomes kfree_put_link() in that case).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-05-10 22:18:19 -04:00
..
2014-10-09 02:39:04 -04:00
2013-02-28 01:18:14 -05:00
2015-04-18 17:45:30 -04:00
2015-04-24 15:45:03 -04:00
2015-04-18 17:45:30 -04:00
2010-08-02 14:28:35 -05:00