From 9883d1855ecfafc60045a93abcee6c42e0a5f571 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 13 May 2015 07:28:08 -0400 Subject: [PATCH] namei: move saved_nd pointer into struct nameidata these guys are always declared next to each other; might as well put the former (pointer to previous instance) into the latter and simplify the calling conventions for {set,restore}_nameidata() Signed-off-by: Al Viro --- Reading git-format-patch failed