commit | cbaab2db9103cc6727c7166d2fda9f64038c828c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 22 02:49:00 2015 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 23 00:22:21 2015 -0500 |
tree | 380b2158c40f5df9ed2330d801a2a70f695ec5eb | |
parent | 5168910413830435fa3f0a593933a83721ec8bad [diff] |
simpler calling conventions for filename_mountpoint() a) make it accept ERR_PTR() as filename (and return its PTR_ERR() in that case) b) make it putname() the sucker in the end otherwise simplifies life for callers... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>