From 893b7775a70e2e2050d5c3829996e906f7a3410c Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 20 Nov 2014 14:18:09 -0500 Subject: [PATCH] fs/namei.c: new helper (path_cleanup()) All callers of path_init() proceed to do the identical cleanup when they are done with nameidata. Don't open-code it... Signed-off-by: Al Viro --- Reading git-format-patch failed