• Alexander Viro's avatar
    [PATCH] __vfs_follow_link() made inline again · e4d478f7
    Alexander Viro authored
    __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.
    e4d478f7
namei.c 58.2 KB