[PATCH] __vfs_follow_link() made inline again
__vfs_follow_link() really should be inline; that's a special case since we are in the middle of recursion and really want to conserve stack space. Moved before the first use, made inline again.
Showing
Please register or sign in to comment